Přidání závislostí do delete
This commit is contained in:
parent
1a3dd5d6b2
commit
b4b41b9499
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('seminar', '0119_alter_konfera_ucastnici_and_more'),
|
('seminar', '0119_alter_konfera_ucastnici_and_more'),
|
||||||
|
('personalni', '0003_initial'),
|
||||||
|
('korektury', '0022_alter_komentar_autor_alter_korekturovanepdf_org_and_more'),
|
||||||
|
('prednasky', '0014_alter_prednaska_org'),
|
||||||
|
('sifrovacka', '0005_alter_odpoveducastnika_resitel'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue