Migration fixed

This commit is contained in:
Dipen Patel 2017-06-06 09:11:19 +05:30
parent fbd9eb0066
commit 29ff92f19a

View file

@ -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 = [