mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 01:10:04 +02:00
Update admin.py
This commit is contained in:
parent
fca608727c
commit
686c5515bf
1 changed files with 1 additions and 2 deletions
|
@ -2155,8 +2155,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
# this ordering effects the ordering of results
|
# this ordering effects the ordering of results in autocomplete_fields for domain
|
||||||
# in autocomplete_fields for domain
|
|
||||||
ordering = ["name"]
|
ordering = ["name"]
|
||||||
|
|
||||||
def generic_org_type(self, obj):
|
def generic_org_type(self, obj):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue