Fixed Q object DBRef test bug
This commit is contained in:
parent
327452622e
commit
d99c5973c3
1 changed files with 2 additions and 0 deletions
|
|
@ -1307,6 +1307,8 @@ class QTest(unittest.TestCase):
|
|||
|
||||
def test_q_with_dbref(self):
|
||||
"""Ensure Q objects handle DBRefs correctly"""
|
||||
connect(db='mongoenginetest')
|
||||
|
||||
class User(Document):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue