Update index spec generation so its not destructive (MongoEngine/mongoengine#113)

This commit is contained in:
Ross Lawley
2012-09-04 14:39:19 +01:00
parent 53339c7c72
commit a8e787c120
3 changed files with 27 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
Changelog
=========
Changes in 0.7.X
================
- Update index spec generation so its not destructive (MongoEngine/mongoengine#113)
Changes in 0.7.1
=================
- Fixed index spec inheritance (MongoEngine/mongoengine#111)