Conflicts:
	docs/changelog.rst
This commit is contained in:
Ross Lawley
2012-06-18 21:10:14 +01:00
6 changed files with 44 additions and 2 deletions

View File

@@ -656,6 +656,7 @@ class ReferenceField(BaseField):
* NULLIFY - Updates the reference to null.
* CASCADE - Deletes the documents associated with the reference.
* DENY - Prevent the deletion of the reference object.
* PULL - Pull the reference from a :class:`~mongoengine.ListField` of references
Alternative syntax for registering delete rules (useful when implementing
bi-directional delete rules)