Implemented method to auto-generate non-collisioning auto_id names
This commit is contained in:
@@ -21,6 +21,7 @@ Changes in 0.9.X - DEV
|
||||
- Fix for issue where FileField deletion did not free space in GridFS.
|
||||
- No_dereference() not respected on embedded docs containing reference. #517
|
||||
- Document save raise an exception if save_condition fails #1005
|
||||
- Fixes some internal _id handling issue. #961
|
||||
|
||||
Changes in 0.9.0
|
||||
================
|
||||
|
||||
@@ -310,7 +310,7 @@ Dealing with deletion of referred documents
|
||||
By default, MongoDB doesn't check the integrity of your data, so deleting
|
||||
documents that other documents still hold references to will lead to consistency
|
||||
issues. Mongoengine's :class:`ReferenceField` adds some functionality to
|
||||
safeguard against these kinds of database integrity problems, providing each
|
||||
safeguard against these kinds of database integrit2y problems, providing each
|
||||
reference with a delete rule specification. A delete rule is specified by
|
||||
supplying the :attr:`reverse_delete_rule` attributes on the
|
||||
:class:`ReferenceField` definition, like this::
|
||||
|
||||
Reference in New Issue
Block a user