mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
status line added to prevent failure
This commit is contained in:
parent
97d3b808a3
commit
12467276b5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class TransitionDomain(TimeStampedModel):
|
||||||
"""Transition Domain model stores information about the
|
"""Transition Domain model stores information about the
|
||||||
state of a domain upon transition between registry
|
state of a domain upon transition between registry
|
||||||
providers"""
|
providers"""
|
||||||
|
StatusChoices=StatusChoices
|
||||||
|
|
||||||
username = models.TextField(
|
username = models.TextField(
|
||||||
null=False,
|
null=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue