From 9989da07edae34b7cd5a0cedea19fce8522fd0cf Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 24 Aug 2012 10:40:45 +0100 Subject: [PATCH] Updated AUTHORS and changelog.rst ref: MongoEngine/mongoenginei#62 --- AUTHORS | 1 + docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b0445371..860a7890 100644 --- a/AUTHORS +++ b/AUTHORS @@ -121,3 +121,4 @@ that much better: * Anton Kolechkin * Sergey Nikitin * psychogenic + * Stefan Wójcik diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f0f5972..aa37af9b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,7 @@ Changelog Changes in 0.7.X ================= - +- Added NotUniqueError for duplicate keys (MongoEngine/mongoengine#62) - Added custom collection / sequence naming for SequenceFields (MongoEngine/mongoengine#92) - Fixed UnboundLocalError in composite index with pk field (MongoEngine/mongoengine#88) - Updated ReferenceField's to optionally store ObjectId strings