angee.parties.runtime_migrations.handle_party_link_confirmed
Materialize whether each handle's resolving party link is confirmed.
applies
python
def applies(project_state: ProjectState) -> boolReturn whether Handle has the party pointer but not its confirmed state.
backfill_confirmed_winners
python
def backfill_confirmed_winners(apps, schema_editor) -> NoneMark handles whose materialized party comes from a confirmed surviving link.
Migration
python
class Migration(migrations.Migration)Add and backfill the confirmed state of Handle.party's winning link.