mirror of https://github.com/django/django.git
Fixed migrations tests added in refs #23315.
This commit is contained in:
parent
efa67b897b
commit
d1299fce0e
|
@ -1087,7 +1087,7 @@ class AutodetectorTests(TestCase):
|
|||
])
|
||||
apackage = ModelState("b", "APackage", [
|
||||
("id", models.AutoField(primary_key=True)),
|
||||
("person", models.ForeignKey("a.person")),
|
||||
("person", models.ForeignKey("a.Person")),
|
||||
])
|
||||
country = ModelState("b", "DeliveryCountry", [
|
||||
("id", models.AutoField(primary_key=True)),
|
||||
|
|
Loading…
Reference in New Issue