Fixed sparse indexes with inheritance

fixes hmarr/mongoengine#497
This commit is contained in:
Ross Lawley
2012-05-14 12:06:25 +01:00
parent bab186e195
commit ec5ddbf391
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.9
================
- Fixed sparse indexes on inherited docs
- Removed FileField auto deletion, needs more work maybe 0.7
Changes in 0.6.8