Embedded replies also don't need strict validation.

This commit is contained in:
Samuel Clay 2016-11-10 19:01:55 -08:00
parent 20f083717e
commit 7db6fc8ff7

View file

@ -1400,6 +1400,7 @@ class MCommentReply(mongo.EmbeddedDocument):
'ordering': ['publish_date'],
'id_field': 'reply_id',
'allow_inheritance': False,
'strict': False,
}