mirror of
https://github.com/django/django.git
synced 2025-08-17 17:20:38 +00:00
Fixed migrations tests added in refs #23315.
This commit is contained in:
parent
efa67b897b
commit
d1299fce0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue