Merge branch 'main' into za/1001-update-to-use-sentence-case

This commit is contained in:
zandercymatics 2023-12-05 15:02:03 -07:00
commit afad0fc3b0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
29 changed files with 150 additions and 59 deletions

View file

@ -84,7 +84,7 @@ class TransitionDomain(TimeStampedModel):
middle_name = models.TextField(
null=True,
blank=True,
help_text="Middle name",
help_text="Middle name (optional)",
)
last_name = models.TextField(
null=True,