Change migration dependency

This commit is contained in:
Iacopo Spalletti 2014-08-19 19:06:28 +02:00
parent 0f733067de
commit 2bfac7901e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('cms', '0001_initial'),
('cms', '__first__'),
]
operations = [