mirror of
https://github.com/django/django.git
synced 2025-10-27 07:36:08 +00:00
Fixed all E261 warnings
This commit is contained in:
@@ -82,6 +82,6 @@ class RelatedObjectUnicodeTests(TestCase):
|
||||
"""
|
||||
m1 = UnicodeReferenceModel.objects.create()
|
||||
m2 = UnicodeReferenceModel.objects.create()
|
||||
m2.others.add(m1) # used to cause an error (see ticket #6045)
|
||||
m2.others.add(m1) # used to cause an error (see ticket #6045)
|
||||
m2.save()
|
||||
list(m2.others.all()) # Force retrieval.
|
||||
list(m2.others.all()) # Force retrieval.
|
||||
|
||||
Reference in New Issue
Block a user