mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Add first_ready_at as a readonly field on Domain admin
This commit is contained in:
parent
fff9873998
commit
2f3a06f7fa
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
search_help_text = "Search by domain name."
|
||||
change_form_template = "django/admin/domain_change_form.html"
|
||||
change_list_template = "django/admin/domain_change_list.html"
|
||||
readonly_fields = ["state", "expiration_date", "deleted_at"]
|
||||
readonly_fields = ["state", "expiration_date", "first_ready_at", "deleted_at"]
|
||||
|
||||
def export_data_type(self, request):
|
||||
# match the CSV example with all the fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue