update domain info / domain request

This commit is contained in:
zandercymatics 2024-09-30 08:32:46 -06:00
parent 4c756bba69
commit e798410ac4
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 70 additions and 4 deletions

View file

@ -327,7 +327,7 @@ class DomainRequest(TimeStampedModel):
null=True,
blank=True,
related_name="DomainRequest_portfolio",
help_text="Portfolio associated with this domain request",
help_text="If blank, request is not associated with a portfolio.",
)
sub_organization = models.ForeignKey(
@ -336,7 +336,8 @@ class DomainRequest(TimeStampedModel):
null=True,
blank=True,
related_name="request_sub_organization",
help_text="The suborganization that this domain request is included under",
help_text="If blank, request is associated with the overarching organization for this portfolio.",
verbose_name="Suborganization",
)
# This is the domain request user who created this domain request.