Handle updating and getting None values

Fixes updating a field to None, so it works in a similar
fashion as unsetting it via save()

Updated to handle null data from the database

Fixes #362
This commit is contained in:
Ross Lawley
2011-11-30 08:12:32 -08:00
parent beacfae400
commit 0187a0e113
5 changed files with 87 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed Handle None values for non-required fields.
- Removed Document._get_subclasses() - no longer required
- Fixed bug requiring subclasses when not actually needed
- Fixed deletion of dynamic data