Skip to content

Commit 3b511c9

Browse files
committed
Fix migrations
1 parent d41d3c6 commit 3b511c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/projects/migrations/0039_change-default-python-interpreter.py renamed to readthedocs/projects/migrations/0038_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', '0038_update-doctype-helptext'),
11+
('projects', '0037_add_htmlfile'),
1212
]
1313

1414
operations = [

readthedocs/projects/migrations/0038_update-doctype-helptext.py renamed to readthedocs/projects/migrations/0039_update-doctype-helptext.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_change-default-python-interpreter'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)