From f09c39b5d7353a59b4467f1a62d7859f896ec054 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Fri, 24 Aug 2012 09:10:13 +0100 Subject: [PATCH] Updated AUTHORS and chaneglog.rst refs MongoEngine/mongoengine#92 --- AUTHORS | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index de001348..aae87ab7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -119,3 +119,4 @@ that much better: * Peter Landry * biszkoptwielki * Anton Kolechkin + * Sergy (nikitinsm) \ No newline at end of file diff --git a/docs/changelog.rst b/docs/changelog.rst index dc2f7f3d..2f0f5972 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog Changes in 0.7.X ================= +- 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 this will become the default in 0.8 (MongoEngine/mongoengine#89)