This commit is contained in:
David Kennedy 2023-12-04 17:57:39 -05:00
parent 5dcdb4a48e
commit 3cf7d5138e
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 0 deletions

View file

@ -487,6 +487,7 @@ class DomainApplication(TimeStampedModel):
"registrar.Website", "registrar.Website",
blank=True, blank=True,
related_name="current+", related_name="current+",
verbose_name="websites",
) )
approved_domain = models.OneToOneField( approved_domain = models.OneToOneField(

View file

@ -179,6 +179,7 @@ class DomainInformation(TimeStampedModel):
"registrar.Contact", "registrar.Contact",
blank=True, blank=True,
related_name="contact_applications_information", related_name="contact_applications_information",
verbose_name="contacts",
) )
no_other_contacts_rationale = models.TextField( no_other_contacts_rationale = models.TextField(