Updated docs re: reverse delete rules

refs #254
This commit is contained in:
Ross Lawley
2011-12-01 08:16:13 -08:00
parent 8a44232bfc
commit 391f659af1
3 changed files with 9 additions and 0 deletions

View File

@@ -167,6 +167,11 @@ To delete all the posts if a user is deleted set the rule::
See :class:`~mongoengine.ReferenceField` for more information.
..note::
MapFields and DictFields currently don't support automatic handling of
deleted references
Adding data to our Tumblelog
============================
Now that we've defined how our documents will be structured, let's start adding