diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 6ac88f01..d276b041 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -215,7 +215,7 @@ document class as the first argument:: Dictionary Fields ----------------- Often, an embedded document may be used instead of a dictionary -- generally -this is recommended as dictionaries don't support validation or custom field +this is not recommended as dictionaries don't support validation or custom field types. However, sometimes you will not know the structure of what you want to store; in this situation a :class:`~mongoengine.fields.DictField` is appropriate::