19 lines
420 B
Python
19 lines
420 B
Python
# Generated by Django 2.1.5 on 2019-09-26 16:15
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('webapp', '0056_auto_20190926_1857'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='official',
|
|
name='role_history',
|
|
field=models.ManyToManyField(blank=True, to='webapp.Occupation'),
|
|
),
|
|
]
|