mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Add migration
This commit is contained in:
parent
30eed60413
commit
98dbca3983
8 changed files with 1184 additions and 8 deletions
|
@ -606,7 +606,7 @@ class DomainRequest(TimeStampedModel):
|
|||
blank=True,
|
||||
related_name="submitted_domain_requests",
|
||||
on_delete=models.PROTECT,
|
||||
help_text="Person listed under \"your contact information\" in the request form; will receive email updates"
|
||||
help_text='Person listed under "your contact information" in the request form; will receive email updates',
|
||||
)
|
||||
|
||||
purpose = models.TextField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue