Fixed GridFS documents can now be pickled

Refs #135 #381
This commit is contained in:
Ross Lawley
2011-12-05 04:16:57 -08:00
parent 700bc1b4bb
commit 84f9e44b6c
3 changed files with 24 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed GridFS documents can now be pickled
- 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()