Updated Documentation

This commit is contained in:
Ross Lawley 2011-12-02 02:49:16 -08:00
parent e231f71b4a
commit 939bd2bb1f
2 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,8 @@ Also, you can join the developers' `mailing list
Changes Changes
------- -------
See the :doc:`changelog` for a full list of changes to MongoEngine. See the :doc:`changelog` for a full list of changes to MongoEngine and
:doc:`upgrade` for upgrade information.
.. toctree:: .. toctree::
:hidden: :hidden:

View File

@ -597,7 +597,9 @@ class ReferenceField(BaseField):
access (lazily). access (lazily).
Use the `reverse_delete_rule` to handle what should happen if the document Use the `reverse_delete_rule` to handle what should happen if the document
the field is referencing is deleted. the field is referencing is deleted. EmbeddedDocuments, DictFields and
MapFields do not support reverse_delete_rules and an `InvalidDocumentError`
will be raised if trying to set on one of these Document / Field types.
The options are: The options are: