Updated Save so it calls $set and $unset in a single operation (#211)

This commit is contained in:
Ross Lawley
2013-01-28 16:00:38 +00:00
parent 4177fc6df2
commit 9ca632d518
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ Changes in 0.8.X
- Fixed Documents deleted via a queryset don't call any signals (#105)
- Added the "get_decoded" method to the MongoSession class (#216)
- Fixed invalid choices error bubbling (#214)
- Updated Save so it calls $set and $unset in a single operation (#211)
Changes in 0.7.9
================