Adding #714 to changelog and AUTHORS

This commit is contained in:
David Bordeynik 2015-03-23 15:46:12 +02:00
parent ce2b148dd2
commit d135522087
2 changed files with 2 additions and 0 deletions

View File

@ -217,3 +217,4 @@ that much better:
* Diego Berrocal (https://github.com/cestdiego) * Diego Berrocal (https://github.com/cestdiego)
* Matthew Ellison (https://github.com/seglberg) * Matthew Ellison (https://github.com/seglberg)
* Jimmy Shen (https://github.com/jimmyshen) * Jimmy Shen (https://github.com/jimmyshen)
* J. Fernando Sánchez (https://github.com/balkian)

View File

@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV Changes in 0.9.X - DEV
====================== ======================
- Update FileField when creating a new file #714
- Added `EmbeddedDocumentListField` for Lists of Embedded Documents. #826 - Added `EmbeddedDocumentListField` for Lists of Embedded Documents. #826
- ComplexDateTimeField should fall back to None when null=True #864 - ComplexDateTimeField should fall back to None when null=True #864
- Request Support for $min, $max Field update operators #863 - Request Support for $min, $max Field update operators #863