mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Merge branch 'main' into za/transfer-transition-incremental
This commit is contained in:
commit
8798ed4c07
45 changed files with 625 additions and 249 deletions
|
@ -4,7 +4,7 @@ from .utility.time_stamped_model import TimeStampedModel
|
|||
|
||||
class StatusChoices(models.TextChoices):
|
||||
READY = "ready", "Ready"
|
||||
ON_HOLD = "on hold", "On Hold"
|
||||
ON_HOLD = "on hold", "On hold"
|
||||
UNKNOWN = "unknown", "Unknown"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue