Implemented Choices for GenericReferenceFields

Refs mongoengine/mongoengine#13
This commit is contained in:
Ross Lawley
2012-05-09 13:21:53 +01:00
parent aeebdfec51
commit 2aa8b04c21
4 changed files with 82 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ Changelog
Changes in 0.6.X
================
- Added choices for GenericEmbeddedDocuments
- Added support for choices with GenericReferenceFields
- Added support for choices with GenericEmbeddedDocumentFields
- Fixed Django 1.4 sessions first save data loss
- FileField now automatically delete files on .delete()
- Fix for GenericReference to_mongo method