Fixed querying string versions of ObjectIds issue with ReferenceField (#307)

This commit is contained in:
Ross Lawley
2013-05-07 11:54:47 +00:00
parent 7cde979736
commit 9dfee83e68
4 changed files with 49 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.0
================
- Fixed querying string versions of ObjectIds issue with ReferenceField (#307)
- Added $setOnInsert support for upserts (#308)
- Upserts now possible with just query parameters (#309)
- Upserting is the only way to ensure docs are saved correctly (#306)