mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
made changes to the text description for the new property methods
This commit is contained in:
parent
9c4434628d
commit
0f4bd163cb
1 changed files with 1 additions and 2 deletions
|
@ -1333,8 +1333,7 @@ class DomainRequest(TimeStampedModel):
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
"""the following converted_ property methods get their respective field names from portfolio,
|
"""The following converted_ property methods get field data from this domain request's portfolio, if there is an associated portfolio. If not, they return data from the domain request model."""
|
||||||
if the domain request has a portfolio. if it does not, it will get the info from the model itself."""
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def converted_organization_name(self):
|
def converted_organization_name(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue