mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
lint
This commit is contained in:
parent
4b38c4abc8
commit
ff32a02022
7 changed files with 126 additions and 77 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue