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.
1 parent 625e4ee commit 65082a3Copy full SHA for 65082a3
README.rst
@@ -101,7 +101,7 @@ and define fields using ``django_mongoengine.fields``.::
101
title = fields.StringField(max_length=255)
102
slug = fields.StringField(max_length=255, primary_key=True)
103
comments = fields.ListField(
104
- fields.EmbeddedDocumentField('Comment'), blank=True,
+ fields.EmbeddedDocumentField('Comment'), required=False,
105
)
106
107
0 commit comments