Skip to content

Commit

Permalink
Renames conflicting migration, fixes dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Apr 21, 2016
1 parent dd2916e commit 3436dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def backwards(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('cms', '0012_auto_20150607_2207'),
('cms', '0013_urlconfrevision'),
('contenttypes', '__latest__'),
]

Expand Down

0 comments on commit 3436dbc

Please sign in to comment.