Skip to content

Commit d5738cc

Browse files
authored
Merge pull request readthedocs#5282 from dojutsu-user/fix-travis-error
Fix error of travis (rename migration file)
2 parents 76972df + 56f7331 commit d5738cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0038_change-default-python-interpreter.py renamed to readthedocs/projects/migrations/0039_change-default-python-interpreter.py

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

1010
dependencies = [
11-
('projects', '0037_add_htmlfile'),
11+
('projects', '0038_update-doctype-helptext'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)