mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Merge branch 'main' into dk/1352-nameservers
This commit is contained in:
commit
1d2bb4a3e9
29 changed files with 1057 additions and 598 deletions
|
@ -203,7 +203,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
return self._get_property("cr_date")
|
||||
|
||||
@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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue