Remove initial dependency

This commit is contained in:
Oleg Lavrovsky 2017-07-03 17:27:35 +02:00
parent b0c1d6ba1e
commit 0eaa04b86f

View file

@ -10,10 +10,6 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('wagtailcore', '0040_merge_20170703_1238'),
]
operations = [
migrations.CreateModel(
name='Entry',