Implemented Choices for GenericEmbeddedDocuments

Refs mongoengine/mongoengine#13
This commit is contained in:
Ross Lawley
2012-05-09 12:58:45 +01:00
parent debfcdf498
commit aeebdfec51
4 changed files with 64 additions and 10 deletions

View File

@@ -4,11 +4,12 @@ Changelog
Changes in 0.6.X
================
- Added choices for GenericEmbeddedDocuments
- Fixed Django 1.4 sessions first save data loss
- FileField now automatically delete files on .delete()
- Fix for GenericReference to_mongo method
- Fixed connection regression
- Django User document allows inheritance
- Updated Django User document, now allows inheritance
Changes in 0.6.7
================