From 9ca632d5184cac9ea5f7d660a63e79658881309e Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Mon, 28 Jan 2013 16:00:38 +0000 Subject: [PATCH] Updated Save so it calls $set and $unset in a single operation (#211) --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index ff580242..fb895d7e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -141,3 +141,4 @@ that much better: * caitifbrito * lcya86 刘春洋 * Martin Alderete (https://github.com/malderete) + * Nick Joyce diff --git a/docs/changelog.rst b/docs/changelog.rst index f289b398..213e6fba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ================