Fix admin validation errors related to additional non-model form fields.

This commit is contained in:
Diederik van der Boor
2013-09-05 11:36:54 +02:00
parent e1cecc1a91
commit 638ecd5813
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ Version 0.5.2 (unreleased)
* Fix unwanted ``___`` handling in the ORM when a field name starts with an underscore;
this detects you meant ``relatedfield__ _underscorefield`` instead of ``ClassName___field``.
* Fix missing permission check in the "add type" view. This was caught however in the next step.
* Fix admin validation errors related to additional non-model form fields.
Version 0.5.1 (2013-07-05)