Updated with_id to raise Error if used with a filter.

Closes #365
This commit is contained in:
Ross Lawley
2011-12-02 07:11:06 -08:00
parent a6948771d8
commit e9d7353294
4 changed files with 11 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added InvalidQueryError when calling with_id with a filter
- Added support for DBRefs in distinct()
- Fixed issue saving False booleans
- Fixed issue with dynamic documents deltas

View File

@@ -13,6 +13,7 @@ an InvalidDocument error as they aren't currently supported.
Document._get_subclasses - Is no longer used and the class method has been removed.
Document.objects.with_id - now raises an InvalidQueryError if used with a filter.
0.4 to 0.5
===========