mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 16:04:38 +02:00
updated comment
This commit is contained in:
parent
eed9dc291d
commit
128efb6a54
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
@Cache
|
@Cache
|
||||||
def registry_expiration_date(self) -> date:
|
def registry_expiration_date(self) -> date:
|
||||||
"""Get or set the `ex_date` element from the registry.
|
"""Get or set the `ex_date` element from the registry.
|
||||||
Additionally, update the expiration date in the registrar"""
|
Additionally, _get_property updates the expiration date in the registrar"""
|
||||||
try:
|
try:
|
||||||
return self._get_property("ex_date")
|
return self._get_property("ex_date")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue