made changes to the text description for the new property methods

This commit is contained in:
asaki222 2024-10-29 16:11:12 -04:00
parent 9c4434628d
commit 0f4bd163cb
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4

View file

@ -1333,8 +1333,7 @@ class DomainRequest(TimeStampedModel):
return False
return True
"""the following converted_ property methods get their respective field names from portfolio,
if the domain request has a portfolio. if it does not, it will get the info from the model itself."""
"""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."""
@property
def converted_organization_name(self):