mirror of
https://github.com/django/django.git
synced 2025-08-18 09:40:51 +00:00
[1.7.x] Fixed migrations tests added in refs #23315.
Backport of d1299fce0e
from master
This commit is contained in:
parent
49280a73ea
commit
6981eced83
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ class AutodetectorTests(TestCase):
|
||||||
])
|
])
|
||||||
apackage = ModelState("b", "APackage", [
|
apackage = ModelState("b", "APackage", [
|
||||||
("id", models.AutoField(primary_key=True)),
|
("id", models.AutoField(primary_key=True)),
|
||||||
("person", models.ForeignKey("a.person")),
|
("person", models.ForeignKey("a.Person")),
|
||||||
])
|
])
|
||||||
country = ModelState("b", "DeliveryCountry", [
|
country = ModelState("b", "DeliveryCountry", [
|
||||||
("id", models.AutoField(primary_key=True)),
|
("id", models.AutoField(primary_key=True)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue