Kaydet (Commit) d1299fce authored tarafından Tim Graham's avatar Tim Graham

Fixed migrations tests added in refs #23315.

üst efa67b89
...@@ -1087,7 +1087,7 @@ class AutodetectorTests(TestCase): ...@@ -1087,7 +1087,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)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment