Merge branch 'ms/3212-FEB-purpose-questions' into ms/3212-FEB-questions

This commit is contained in:
matthewswspence 2025-03-11 16:06:47 -05:00
commit 6bd35c6131
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
87 changed files with 2880 additions and 853 deletions

View file

@ -1452,6 +1452,7 @@ class DomainRequest(TimeStampedModel):
if self.portfolio:
return self.portfolio.federal_type == BranchChoices.EXECUTIVE
return False
def is_federal(self) -> Union[bool, None]:
"""Is this domain request for a federal agency?