fix: move fewer docevents

This commit is contained in:
Robert Sparks 2023-09-14 12:07:09 -05:00
parent 70bb48618f
commit 42c4c275d2
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -15,18 +15,8 @@ def forward(apps, schema_editor):
Q(
type__in=[
"published_rfc", # do not remove this one!
"sync_from_rfc_editor",
"rfc_editor_received_announcement", # problematic for new RFCs until RPC tools enhancements come in?
]
)
| Q(
type="changed_state",
desc__startswith="RFC Editor state",
)
| Q(
type="changed_state",
desc__startswith="IANA Action state",
)
)
# queryset with events migrated only after the "published_rfc" event