Clean up of choices code and added tests

[#284] [#314]
This commit is contained in:
Ross Lawley
2011-11-04 01:45:44 -07:00
parent a4e8177b76
commit 4e44198bbd
4 changed files with 59 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added Non-Django Style choices back (you can have either)
- Fixed __repr__ of a sliced queryset
- Added recursive validation error of documents / complex fields
- Fixed breaking during queryset iteration