Skip to content

Commit 8430b6b

Browse files
committed
Fix migration dependency
1 parent c4f8212 commit 8430b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0031_add_modified_date_importedfile.py

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

1010
dependencies = [
11-
('projects', '0030_add_modified_date_importedfile'),
11+
('projects', '0030_change-max-length-project-slug'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)