Merge branch 'release/0.8.x' into develop

This commit is contained in:
Iacopo Spalletti 2017-05-07 04:42:52 +02:00
commit 7f73ea8745
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

@ -35,6 +35,7 @@ def backwards(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('cms', '0004_auto_20140924_1038'),
('djangocms_blog', '0013_auto_20160201_2235'),
]