Multiple fields with the same db_field now raises Exception

Closes #329
This commit is contained in:
Ross Lawley
2011-12-02 08:44:15 -08:00
parent 9bfc838029
commit 700bc1b4bb
4 changed files with 19 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added Now raises an InvalidDocumentError when declaring multiple fields with the same db_field
- Added InvalidQueryError when calling with_id with a filter
- Added support for DBRefs in distinct()
- Fixed issue saving False booleans