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:
Ross Lawley
2011-06-09 16:09:06 +01:00
parent fb09fde209
commit fd7f882011
5 changed files with 104 additions and 6 deletions

View File

@@ -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