Updated AUTHORS and changelog.rst

ref: MongoEngine/mongoenginei#62
This commit is contained in:
Ross Lawley 2012-08-24 10:40:45 +01:00
parent 1c5e6a3425
commit 9989da07ed
2 changed files with 2 additions and 1 deletions

View File

@ -121,3 +121,4 @@ that much better:
* Anton Kolechkin
* Sergey Nikitin
* psychogenic
* Stefan Wójcik

View File

@ -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