Fixed queryset repr mid iteration

Closes #144
This commit is contained in:
Ross Lawley
2011-06-17 15:04:07 +01:00
parent f3d265bbe0
commit 99f923e27f
3 changed files with 17 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed queryet __repr__ mid iteration
- Added hint() support, so cantell Mongo the proper index to use for the query
- Fixed issue with inconsitent setting of _cls breaking inherited referencing
- Added help_text and verbose_name to fields to help with some form libs