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

@@ -80,3 +80,4 @@ that much better:
* Stephen Young
* tkloc
* aid
* yamaneko1212