Added delta tracking to documents.
All saves on exisiting items do set / unset operations only on changed fields. * Note lists and dicts generally do set operations for things like pop() del[key] As there is no easy map to unset and explicitly matches the new list / dict fixes #18
This commit is contained in:
		| @@ -5,6 +5,7 @@ Changelog | ||||
| Changes in dev | ||||
| ============== | ||||
|  | ||||
| - Added delta tracking now only sets / unsets explicitly changed fields | ||||
| - Fixed saving so sets updated values rather than overwrites | ||||
| - Added ComplexDateTimeField - Handles datetimes correctly with microseconds | ||||
| - Added ComplexBaseField - for improved flexibility and performance | ||||
|   | ||||
		Reference in New Issue
	
	Block a user