Skip to content

angee.messaging.runtime_migrations.alter_message_status

Record the queued state in the outbound message delivery lifecycle.

applies

python
def applies(project_state: ProjectState) -> bool

Return whether Message.status still has exactly the pre-queue choices.

Migration

python
class Migration(migrations.Migration)

Record queued in Message.status without changing the column width.

Released under the AGPL-3.0 License.