diff --git a/ietf/doc/migrations/0010_move_rfc_docevents.py b/ietf/doc/migrations/0010_move_rfc_docevents.py index 4dd9a31bc..552e569af 100644 --- a/ietf/doc/migrations/0010_move_rfc_docevents.py +++ b/ietf/doc/migrations/0010_move_rfc_docevents.py @@ -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