Document the ValidationError class

This commit is contained in:
Adam Reeve
2012-03-09 16:07:59 +13:00
parent 65591c7727
commit 83eb4f6b16
4 changed files with 21 additions and 3 deletions

View File

@@ -31,6 +31,9 @@ Documents
.. autoclass:: mongoengine.document.MapReduceDocument
:members:
.. autoclass:: mongoengine.ValidationError
:members:
Querying
========