korekturovatko | oprava migrace po flake8
This commit is contained in:
parent
a151044049
commit
d03f667c5e
1 changed files with 19 additions and 0 deletions
19
korektury/migrations/0015_auto_20161004_2005.py
Normal file
19
korektury/migrations/0015_auto_20161004_2005.py
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('korektury', '0014_add_org_to_pdf'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='korekturovanepdf',
|
||||||
|
name='org',
|
||||||
|
field=models.ForeignKey(default=None, blank=True, to='seminar.Organizator', help_text=b'Zodpov\xc4\x9bdn\xc3\xbd organiz\xc3\xa1tor za obsah', null=True),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue