Add new model field to transition federal agency for domain information and domain request

This commit is contained in:
Rebecca Hsieh 2024-04-17 14:36:28 -07:00
parent e74d98ca71
commit d0a5bddba3
No known key found for this signature in database
4 changed files with 48 additions and 6 deletions

View file

@ -449,12 +449,13 @@ class DomainRequest(TimeStampedModel):
blank=True,
)
# TODO: Confirm if we want federal_agency or just agency
federal_agency = models.ForeignKey(
updated_federal_agency = models.ForeignKey(
"registrar.FederalAgency",
on_delete=models.PROTECT,
help_text="Associated federal agency",
unique=False,
blank=True,
null=True,
)
# This is the domain request user who created this domain request. The contact