Removed Django Support from MongoEngine

Django support has now been split out of MongoEngine and will be
revisted as a new but separate module.

Closes #958
This commit is contained in:
Matthew Ellison
2015-04-24 13:36:41 -04:00
parent 7e1a5ce445
commit 7530f03bf6
16 changed files with 10 additions and 1418 deletions

View File

@@ -11,6 +11,7 @@ Changes in 0.9.X - DEV
- Use sets for populating dbrefs to dereference
- Fixed unpickled documents replacing the global field's list. #888
- Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910
- Django support was removed and will be available as a separate extension. #958
Changes in 0.9.0
================