Skip to content

Commit 65082a3

Browse files
committed
chore: Update readme
1 parent 625e4ee commit 65082a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ and define fields using ``django_mongoengine.fields``.::
101101
title = fields.StringField(max_length=255)
102102
slug = fields.StringField(max_length=255, primary_key=True)
103103
comments = fields.ListField(
104-
fields.EmbeddedDocumentField('Comment'), blank=True,
104+
fields.EmbeddedDocumentField('Comment'), required=False,
105105
)
106106

107107

0 commit comments

Comments
 (0)