Improved signals documentation and some typo fixes.

This commit is contained in:
Alice Bevan-McGregor
2013-05-29 13:17:08 -04:00
parent c5ce96c391
commit f28f336026
2 changed files with 111 additions and 22 deletions

View File

@@ -403,7 +403,7 @@ either a single field name, or a list or tuple of field names::
Skipping Document validation on save
------------------------------------
You can also skip the whole document validation process by setting
``validate=False`` when caling the :meth:`~mongoengine.document.Document.save`
``validate=False`` when calling the :meth:`~mongoengine.document.Document.save`
method::
class Recipient(Document):