Fixed geo index creation bug

fixes MongoEngine/mongoengine#36
This commit is contained in:
Ross Lawley
2012-07-19 11:39:52 +01:00
parent 87ba69d02e
commit 1e51180d42
4 changed files with 23 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.15
=================
- Fixed geo index creation through reference fields
- Added support for args / kwargs when using @queryset_manager
- Deref list custom id fix