fix: move fewer docevents
This commit is contained in:
parent
70bb48618f
commit
42c4c275d2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue