Fix for FileField losing ref without default
fixes hmarr/mongoengine#458
This commit is contained in:
parent
45e015d71d
commit
97114b5948
3 changed files with 59 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue