Skip to content

Commit 03d880b

Browse files
committed
let's not depend on a Django 1.8+ migration, just use the initial
1 parent 1ecb47b commit 03d880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dj_elastictranscoder/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('contenttypes', '0002_remove_content_type_name'),
10+
('contenttypes', '0001_initial'),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)