Documentation fixes
This commit is contained in:
parent
9f551121fb
commit
83da08ef7d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 `_`
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue