Updated queryset.delete so you can use with skip / limit (MongoEngine/mongoengine#107)

This commit is contained in:
Ross Lawley
2012-09-03 12:53:50 +01:00
parent 9b9696aefd
commit f108c4288e
3 changed files with 51 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.7.X
=================
- Updated queryset.delete so you can use with skip / limit (MongoEngine/mongoengine#107)
- Updated index creation allows kwargs to be passed through refs (MongoEngine/mongoengine#104)
- Fixed Q object merge edge case (MongoEngine/mongoengine#109)
- Fixed reloading on sharded documents (hmarr/mongoengine#569)