mamweb/prednasky/migrations/0004_remove_prednaska_seznam.py
Tomas "Jethro" Pokorny c803014e77 Migrace na novy model.
Predchozi commit nefunguje, pouzijte tento.
2016-09-29 01:54:22 +02:00

18 lines
357 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('prednasky', '0003_auto_20160929_0117'),
]
operations = [
migrations.RemoveField(
model_name='prednaska',
name='seznam',
),
]