Added tests for __repr__ fix

This commit is contained in:
Ross Lawley
2011-11-01 02:15:31 -07:00
parent 7d808b483e
commit 59bd72a888
2 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed __repr__ of a sliced queryset
- Added recursive validation error of documents / complex fields
- Fixed breaking during queryset iteration
- Added pre and post bulk-insert signals