mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-01 08:43:30 +02:00
Update before the migrate
This commit is contained in:
parent
c9b0890b9d
commit
23fc0f0e8f
1 changed files with 6 additions and 1 deletions
|
@ -18,3 +18,8 @@ class DomainInformation(DomainApplication):
|
|||
help_text="Security email for public use",
|
||||
)
|
||||
|
||||
other_contacts_info = models.ManyToManyField(
|
||||
"registrar.ContactInformation",
|
||||
blank=True,
|
||||
related_name="contact_information",
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue