Updated Course fields to match the 0015 migration
This commit is contained in:
parent
e20887da1c
commit
72226fa405
3 changed files with 5 additions and 11 deletions
|
|
@ -21,9 +21,4 @@ class Migration(migrations.Migration):
|
|||
model_name='course',
|
||||
name='section',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='course',
|
||||
name='imputation',
|
||||
field=models.CharField(blank=True, default='', max_length=10, verbose_name='Imputation'),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue