Add migration

This commit is contained in:
zandercymatics 2024-04-15 09:55:19 -06:00
parent 30eed60413
commit 98dbca3983
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
8 changed files with 1184 additions and 8 deletions

View file

@ -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(