Fixes saving document schemas that have changed

Ensures that form defaults which are documents are
automatically marked as changed, so schemas can evolve
without migration issues.

[#360]
This commit is contained in:
Ross Lawley
2011-11-22 07:34:08 -08:00
parent 34646a414c
commit 63c5a4dd65
4 changed files with 40 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed document mutation saving issue
- Fixed positional operator when replacing embedded documents
- Added Non-Django Style choices back (you can have either)
- Fixed __repr__ of a sliced queryset