20 lines
523 B
Python
20 lines
523 B
Python
# Generated by Django 3.0.5 on 2020-08-27 03:32
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('system', '0031_delete_bscodeset'),
|
|
('project', '0023_auto_20200825_1550'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='certapp',
|
|
name='professional_code',
|
|
field=models.ManyToManyField(related_name='certapp_professional_code', to='system.Dict', verbose_name='专业代码'),
|
|
),
|
|
]
|