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
parent e6317776c1
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