Documentation fixes

This commit is contained in:
Ross Lawley 2013-01-24 17:43:57 +00:00
parent 9f551121fb
commit 83da08ef7d
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ be saved ::
>>> Page.objects(tags='mongoengine').count()
>>> 1
..note::
.. note::
There is one caveat on Dynamic Documents: fields cannot start with `_`

View File

@ -170,7 +170,7 @@ To delete all the posts if a user is deleted set the rule::
See :class:`~mongoengine.ReferenceField` for more information.
..note::
.. note::
MapFields and DictFields currently don't support automatic handling of
deleted references