Fixes scalar lookups for primary_key

fixes hmarr/mongoengine#519
This commit is contained in:
Ross Lawley 2012-06-19 16:59:18 +01:00
commit ea31846a19
3 changed files with 14 additions and 2 deletions

View file

@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Fixes scalar lookups for primary_key
- Fixes error with _delta handling DBRefs
Changes in 0.6.11