Commit 5eff90a2 by Florian Apolloner

Fixed dependency to contenttypes.

parent 97b6d21f
...@@ -6,7 +6,7 @@ from django.db import models, migrations ...@@ -6,7 +6,7 @@ from django.db import models, migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('contenttypes', '__first__'), ('contenttypes', '0001_initial'),
] ]
operations = [ operations = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment