Review applied

This commit is contained in:
Krzysztof Gromadzki
2017-12-31 17:08:33 +01:00
parent 010a23425f
commit 8dc9bd2543
3 changed files with 14 additions and 17 deletions
+1 -2
View File
@@ -1074,7 +1074,6 @@ class Migration(migrations.Migration):
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('name', models.CharField(max_length=30)),
('weight', models.IntegerField()),
('polymorphic_ctype',
models.ForeignKey(editable=False, null=True, on_delete=django.db.models.deletion.CASCADE,
related_name='polymorphic_tests.duck_set+', to='contenttypes.ContentType')),
@@ -1114,7 +1113,7 @@ class Migration(migrations.Migration):
to='contenttypes.ContentType'),
),
migrations.CreateModel(
name='ReadheadDuck',
name='RedheadDuck',
fields=[
],
options={