mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Add DomainInformation data
This commit is contained in:
parent
35a0ed751e
commit
44cd47e51d
3 changed files with 153 additions and 4 deletions
|
@ -134,7 +134,6 @@ class TransitionDomain(TimeStampedModel):
|
|||
blank=True,
|
||||
help_text="Country code",
|
||||
)
|
||||
# TODO - Country code?
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.username}, {self.domain_name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue