Merge branch 'main' into za/2596-view-only-domain-request-page

This commit is contained in:
zandercymatics 2024-09-19 12:33:06 -06:00
commit 69e73fa97e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
21 changed files with 346 additions and 69 deletions

View file

@ -423,7 +423,7 @@ class DomainRequest(TimeStampedModel):
choices=StateTerritoryChoices.choices,
null=True,
blank=True,
verbose_name="state / territory",
verbose_name="state, territory, or military post",
)
zipcode = models.CharField(
max_length=10,