From 83da08ef7dda6b40f0e288e98b6560107279e3c7 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 24 Jan 2013 17:43:57 +0000 Subject: [PATCH] Documentation fixes --- docs/guide/defining-documents.rst | 2 +- docs/tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index c6982850..3fdb9a66 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -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 `_` diff --git a/docs/tutorial.rst b/docs/tutorial.rst index c2fb5b91..c4b69c49 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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