Fix unwanted ___ handling when a fieldname starts with an underscore.

This commit is contained in:
Diederik van der Boor
2013-07-22 10:19:13 +02:00
parent d16f2d7590
commit 9d00d214e1
2 changed files with 17 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ Version 0.5.2 (unreleased)
--------------------------
* Fix Grappelli_ breadcrumb support in the views.
* Fix unwanted ``___`` handling in the ORM when a field name starts with an underscore;
this detects you meant ``relatedfield__ _underscorefield`` instead of ``ClassName___field``.
Version 0.5.1 (2013-07-05)