Add missing field
This commit is contained in:
committed by
Chris Glass
parent
0950478fcd
commit
76efd54df5
@@ -1450,6 +1450,13 @@ class Migration(migrations.Migration):
|
||||
to="tests.ParentModelWithManager",
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="childmodelwithmanager",
|
||||
name="field1",
|
||||
field=models.CharField(
|
||||
max_length=10,
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="childmodelwithmanager",
|
||||
name="polymorphic_ctype",
|
||||
|
||||
Reference in New Issue
Block a user