Merge branch 'main' into dk/1352-nameservers

This commit is contained in:
David Kennedy 2023-12-27 13:26:17 -05:00
commit 1d2bb4a3e9
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
29 changed files with 1057 additions and 598 deletions

View file

@ -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.