Fix for FileField losing ref without default

fixes hmarr/mongoengine#458
This commit is contained in:
Ross Lawley
2012-05-09 20:50:11 +01:00
parent 45e015d71d
commit 97114b5948
3 changed files with 59 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.6.X
================
- Fixed FileField losing reference when no default set
- Removed possible race condition from FileField (grid_file)
- Added assignment to save, can now do: b = MyDoc(**kwargs).save()
- Added support for pull operations on nested EmbeddedDocuments