Turning off strict collection validation for MSocialSubscription because of the removal of 'active'. Can probably turn strict back on after py3 migration.

This commit is contained in:
Samuel Clay 2021-05-04 14:47:43 -04:00
parent 173bfe7255
commit c3158a2ea2

View file

@ -829,6 +829,7 @@ class MSocialSubscription(mongo.Document):
'collection': 'social_subscription',
'indexes': [('user_id', 'subscription_user_id')],
'allow_inheritance': False,
'strict': False,
}
def __unicode__(self):