This commit is contained in:
Rachid Mrad 2023-12-21 12:46:26 -05:00
parent 4b38c4abc8
commit ff32a02022
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
7 changed files with 126 additions and 77 deletions

View file

@ -960,13 +960,13 @@ class Domain(TimeStampedModel, DomainHelper):
null=True,
help_text=("Duplication of registry's expiration date saved for ease of reporting"),
)
deleted_at = DateField(
null=True,
editable=False,
help_text="Deleted at date",
)
ready_at = DateField(
null=True,
editable=False,