mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
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:
parent
173bfe7255
commit
c3158a2ea2
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue