Merge branch 'master' into dev

Conflicts:
	AUTHORS
	docs/changelog.rst
	mongoengine/base.py
This commit is contained in:
Ross Lawley
2011-10-12 00:35:01 -07:00
4 changed files with 11 additions and 6 deletions

View File

@@ -2,12 +2,10 @@
Changelog
=========
Changes in dev
==============
- Fixed calling a queryset after drop_collection now recreates the collection
- Fixed tree based circular reference bug
- Add field name to validation exception messages
- Added UUID field
- Improved efficiency of .get()
@@ -16,6 +14,12 @@ Changes in dev
- Fixed ListField so it doesnt accept strings
- Added DynamicDocument and EmbeddedDynamicDocument classes for expando schemas
Changes in v0.5.2
=================
- A Robust Circular reference bugfix
Changes in v0.5.1
=================