migration issue fixed

This commit is contained in:
Dipen Patel 2017-06-06 09:20:37 +05:30
parent 09435982e4
commit 4b53e94a97

View file

@ -8,7 +8,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('djangocms_blog', '0029_post_related.py'),
('djangocms_blog', '0029_post_related'),
]
operations = [