Save no longer tramples over documents now sets or unsets explicit fields.
Fixes #146, refs #18 Thanks @zhangcheng for the initial code
This commit is contained in:
parent
fb09fde209
commit
fd7f882011
5 changed files with 104 additions and 6 deletions
|
|
@ -5,9 +5,10 @@ Changelog
|
|||
Changes in dev
|
||||
==============
|
||||
|
||||
- Fixed saving so sets updated values rather than overwrites
|
||||
- Added ComplexDateTimeField - Handles datetimes correctly with microseconds
|
||||
- Added ComplexBaseField - for improved flexibility and performance.
|
||||
- Added get_FIELD_display() method for easy choice field displaying.
|
||||
- Added ComplexBaseField - for improved flexibility and performance
|
||||
- Added get_FIELD_display() method for easy choice field displaying
|
||||
- Added queryset.slave_okay(enabled) method
|
||||
- Updated queryset.timeout(enabled) and queryset.snapshot(enabled) to be chainable
|
||||
- Added insert method for bulk inserts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue