Fixed index spec inheritance (MongoEngine/mongoengine#111)

This commit is contained in:
Ross Lawley
2012-09-04 08:20:19 +01:00
parent 1cf3989664
commit 3534bf7d70
3 changed files with 27 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.7.1
=================
- Fixed index spec inheritance (MongoEngine/mongoengine#111)
Changes in 0.7.0
=================
- Updated queryset.delete so you can use with skip / limit (MongoEngine/mongoengine#107)