Migration fixed
This commit is contained in:
parent
fbd9eb0066
commit
29ff92f19a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('djangocms_blog', '0031_auto_20170411_1719'),
|
||||
('djangocms_blog', '0029_post_related.py'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue