Add extra context to the BaseDocument.validate docstring
This commit is contained in:
@@ -348,6 +348,9 @@ class BaseDocument(object):
|
||||
def validate(self, clean=True):
|
||||
"""Ensure that all fields' values are valid and that required fields
|
||||
are present.
|
||||
|
||||
Raises :class:`ValidationError` if any of the fields' values are found
|
||||
to be invalid.
|
||||
"""
|
||||
# Ensure that each field is matched to a valid value
|
||||
errors = {}
|
||||
|
||||
Reference in New Issue
Block a user