fix: unrepair a migration
This commit is contained in:
parent
9649004159
commit
8ad4ab0a8d
|
@ -8,7 +8,7 @@ def forward(apps, schema_editor):
|
|||
Document = apps.get_model("doc", "Document")
|
||||
RelatedDocument = apps.get_model("doc", "RelatedDocument")
|
||||
for rfc_alias in DocAlias.objects.filter(name__startswith="rfc").exclude(
|
||||
type_id="rfc"
|
||||
docs__type_id="rfc"
|
||||
):
|
||||
# Move these over to the RFC
|
||||
RelatedDocument.objects.filter(
|
||||
|
|
Loading…
Reference in a new issue