This commit is contained in:
David Kennedy 2024-08-23 17:52:57 -04:00
parent 8a9971ac79
commit ef7739dc55
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 8 additions and 7 deletions

View file

@ -150,7 +150,7 @@ class Portfolio(TimeStampedModel):
@classmethod
def get_federal_type(cls, federal_agency):
return federal_agency.federal_type if federal_agency else None
# == Getters for domains == #
def get_domains(self):
"""Returns all DomainInformations associated with this portfolio"""