Fixed delete(), resolved item_frequencies field
This commit is contained in:
parent
53544c5b0f
commit
90e5e5dfa9
3 changed files with 25 additions and 16 deletions
|
|
@ -190,7 +190,7 @@ class QuerySetTest(unittest.TestCase):
|
|||
"""
|
||||
class BlogPost(Document):
|
||||
hits = IntField()
|
||||
tags = ListField(StringField())
|
||||
tags = ListField(StringField(), name='blogTags')
|
||||
|
||||
BlogPost.drop_collection()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue