mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Add new model field to transition federal agency for domain information and domain request
This commit is contained in:
parent
e74d98ca71
commit
d0a5bddba3
4 changed files with 48 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue