Skip to content

Commit afd7dd9

Browse files
authored
Merge pull request #4867 from rtfd/fix-migration
Fix migration name on modified date migration
2 parents ee282a5 + 8430b6b commit afd7dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0030_add_modified_date_importedfile.py renamed to 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', '0029_add_additional_languages'),
11+
('projects', '0030_change-max-length-project-slug'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)