This commit is contained in:
CocoByte 2023-10-27 16:00:50 -06:00
parent bfb28a62f8
commit 1fe6267e2f
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -947,8 +947,9 @@ class Domain(TimeStampedModel, DomainHelper):
)
expiration_date = DateField(
null = True,
help_text="Duplication of registry's expiration date saved for ease of reporting"
null=True,
help_text=("Duplication of registry's expiration"
"date saved for ease of reporting"),
)
def isActive(self):