Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ietf/community/migrations/0003_track_rfcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def reverse(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("community", "0002_auto_20230320_1222"),
("doc", "0012_move_rfc_docaliases"),
("doc", "0013_move_rfc_docaliases"),
]

operations = [migrations.RunPython(forward, reverse)]
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0006_statements"),
("doc", "0007_alter_docevent_type"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("doc", "0007_add_rfc_states"),
("doc", "0008_add_rfc_states"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0008_dochistory_rfc_number_document_rfc_number"),
("name", "0008_rfc_doctype_names"),
("doc", "0009_dochistory_rfc_number_document_rfc_number"),
("name", "0009_rfc_doctype_names"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0009_create_rfc_documents"),
("doc", "0010_create_rfc_documents"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0010_move_rfc_docevents"),
("doc", "0011_move_rfc_docevents"),
]

operations = [migrations.RunPython(forward)]
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0011_rfc_relateddocuments"),
("doc", "0012_rfc_relateddocuments"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def reverse(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0012_move_rfc_docaliases"),
("doc", "0013_move_rfc_docaliases"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def reverse(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0013_relate_no_aliases"),
("doc", "0014_relate_no_aliases"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):
dependencies = [
("ipr", "0002_iprdocrel_no_aliases"),
("doc", "0014_relate_hist_no_aliases"),
("doc", "0015_relate_hist_no_aliases"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("doc", "0015_delete_docalias"),
("doc", "0016_delete_docalias"),
]

# There is no going back
Expand Down
2 changes: 1 addition & 1 deletion ietf/ipr/migrations/0002_iprdocrel_no_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("ipr", "0001_initial"),
("doc", "0014_relate_hist_no_aliases")
("doc", "0015_relate_hist_no_aliases")
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion ietf/ipr/migrations/0003_alter_iprdisclosurebase_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("doc", "0015_delete_docalias"),
("doc", "0016_delete_docalias"),
("ipr", "0002_iprdocrel_no_aliases"),
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def forward(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("name", "0007_appeal_artifact_typename"),
("name", "0008_removed_objfalse"),
]

operations = [
Expand Down