Updated docs / upgrade notes
This commit is contained in:
parent
52d4ea7d78
commit
634e1f661f
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ Changelog
|
|||
Changes in dev
|
||||
==============
|
||||
|
||||
- Fixed accessing pk on an embedded document
|
||||
- Fixed calling a queryset after drop_collection now recreates the collection
|
||||
- Add field name to validation exception messages
|
||||
- Added UUID field
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ Upgrading
|
|||
0.5 to 0.6
|
||||
==========
|
||||
|
||||
TBC
|
||||
Embedded Documents - if you had a `pk` field you will have to rename it from `_id`
|
||||
to `pk` as pk is no longer a property of Embedded Documents.
|
||||
|
||||
0.4 to 0.5
|
||||
===========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue