We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3daf6d + a39a24a commit 8d23ed9Copy full SHA for 8d23ed9
docs/guide/validation.rst
@@ -19,7 +19,7 @@ out of the box. Validation runs when calling `.validate()` or `.save()`
19
20
.. code-block:: python
21
22
- from mongoengine import Document, EmailField
+ from mongoengine import Document, EmailField, IntField
23
24
class User(Document):
25
email = EmailField()
0 commit comments