mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 17:00:02 +02:00
fixed some typos and comments, no code change
This commit is contained in:
parent
5ae1d30ec7
commit
35d1b2f951
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
return self._get_property("cr_date")
|
return self._get_property("cr_date")
|
||||||
|
|
||||||
@creation_date.setter # type: ignore
|
@creation_date.setter # type: ignore
|
||||||
def creation_date(self, ex_date: date):
|
def creation_date(self, cr_date: date):
|
||||||
"""
|
"""
|
||||||
Direct setting of the creation date in the registry is not implemented.
|
Direct setting of the creation date in the registry is not implemented.
|
||||||
|
|
||||||
|
@ -1651,7 +1651,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
return dnssec_data
|
return dnssec_data
|
||||||
|
|
||||||
def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts):
|
def _update_hosts_and_contacts(self, cleaned, fetch_hosts, fetch_contacts):
|
||||||
"""Capture and store old hosts and contacts from cache if the don't exist"""
|
"""Capture and store old hosts and contacts from cache if they don't exist"""
|
||||||
old_cache_hosts = self._cache.get("hosts")
|
old_cache_hosts = self._cache.get("hosts")
|
||||||
old_cache_contacts = self._cache.get("contacts")
|
old_cache_contacts = self._cache.get("contacts")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue