Documentation fixes
This commit is contained in:
		| @@ -47,7 +47,7 @@ be saved :: | |||||||
|     >>> Page.objects(tags='mongoengine').count() |     >>> Page.objects(tags='mongoengine').count() | ||||||
|     >>> 1 |     >>> 1 | ||||||
|  |  | ||||||
| ..note:: | .. note:: | ||||||
|  |  | ||||||
|    There is one caveat on Dynamic Documents: fields cannot start with `_` |    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. | See :class:`~mongoengine.ReferenceField` for more information. | ||||||
|  |  | ||||||
| ..note:: | .. note:: | ||||||
|     MapFields and DictFields currently don't support automatic handling of |     MapFields and DictFields currently don't support automatic handling of | ||||||
|     deleted references |     deleted references | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user