Typo fix (#1463)
This commit is contained in:
parent
193aa4e1f2
commit
b5fb82d95d
@ -1985,7 +1985,7 @@ class FieldTest(unittest.TestCase):
|
|||||||
self.assertEqual(content, User.objects.first().groups[0].content)
|
self.assertEqual(content, User.objects.first().groups[0].content)
|
||||||
|
|
||||||
def test_reference_miss(self):
|
def test_reference_miss(self):
|
||||||
"""Ensure an exception is raised when dereferencing unknow document
|
"""Ensure an exception is raised when dereferencing unknown document
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class Foo(Document):
|
class Foo(Document):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user