Fixes collection creation post drop_collection

Thanks to Julien Rebetez for the original patch
closes [#285]
This commit is contained in:
Ross Lawley 2011-10-11 02:26:33 -07:00
commit 0624cdd6e4
5 changed files with 38 additions and 11 deletions

View file

@ -6,6 +6,7 @@ Changelog
Changes in dev
==============
- Fixed calling a queryset after drop_collection now recreates the collection
- Fixed tree based circular reference bug
- Add field name to validation exception messages
- Added UUID field