Merge branch 'master' into dev
Conflicts: AUTHORS docs/changelog.rst mongoengine/base.py
This commit is contained in:
commit
76d771d20f
4 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue