Update migration file

This commit is contained in:
Erin 2024-04-18 11:02:23 -07:00
parent f9fdbfe68a
commit c7e8e26828
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 9 additions and 2 deletions

View file

@ -1987,6 +1987,13 @@ class DraftDomainAdmin(ListHeaderAdmin):
# this ordering effects the ordering of results
# in autocomplete_fields for user
ordering = ["name"]
list_display = [
"name"
]
@admin.display(description=_("Requested domain"))
def name(self, obj):
return obj.name
def get_model_perms(self, request):
"""