export_imputations_charges
This commit is contained in:
parent
073f012044
commit
76266d8e72
1 changed files with 29 additions and 0 deletions
29
stages/migrations/0015_auto_20170717_1515.py
Normal file
29
stages/migrations/0015_auto_20170717_1515.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-07-17 15:15
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('stages', '0014_teacher_birthdate_nullable'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='course',
|
||||
old_name='klass',
|
||||
new_name='public',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
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