Merge pull request #6306 from rjsparks/move_fewer_events

fix: move fewer docevents
This commit is contained in:
Jennifer Richards 2023-09-14 19:09:14 -03:00 committed by GitHub
commit dc22d2ef0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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