Changes to add a TRANSFERRING state to DeliveryBase.state while background processing is occurring. Adds the ability to record errors that occur during background processing.
Adds field to DeliveryBase to store email message sent to delivery recipient when background processing is complete.
Adds DDSDeliveryError model for DDSDelivery errors (only included for consistency between two delivery models).
Renames DeliveryBase.completion_email_text to sender_completion_email_text.
Changes to add a TRANSFERRING state to DeliveryBase.state while background processing is occurring. Adds the ability to record errors that occur during background processing. Adds field to DeliveryBase to store email message sent to delivery recipient when background processing is complete.
Adds
DDSDeliveryError
model forDDSDelivery
errors (only included for consistency between two delivery models). RenamesDeliveryBase.completion_email_text
tosender_completion_email_text
.