mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
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…
x
Reference in New Issue
Block a user