Remove initial dependency
This commit is contained in:
parent
defa3cdd3b
commit
fefbc90175
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class Migration(migrations.Migration):
|
|||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('wagtailcore', '__latest__'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Entry',
|
||||
|
|
Loading…
Reference in a new issue