Skip to content

Commit 8ba7a05

Browse files
authored
Fix migration (#10096)
1 parent 0b18e04 commit 8ba7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0096_add_http_header.py renamed to readthedocs/projects/migrations/0097_add_http_header.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("projects", "0095_default_branch_helptext"),
9+
("projects", "0096_add_project_delisted"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)