mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
removed django-admin-searchable-dropdown
This commit is contained in:
parent
3278da21ce
commit
b81b666c84
4 changed files with 246 additions and 262 deletions
|
@ -16,7 +16,6 @@ from . import models
|
|||
from auditlog.models import LogEntry # type: ignore
|
||||
from auditlog.admin import LogEntryAdmin # type: ignore
|
||||
from django_fsm import TransitionNotAllowed # type: ignore
|
||||
from admin_searchable_dropdown.filters import AutocompleteFilter
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
@ -703,11 +702,6 @@ class DomainInformationInline(admin.StackedInline):
|
|||
return DomainInformationAdmin.get_readonly_fields(self, request, obj=None)
|
||||
|
||||
|
||||
class DomainFilter(AutocompleteFilter):
|
||||
title = 'Domain'
|
||||
field_name = 'domain'
|
||||
|
||||
|
||||
class DomainAdmin(ListHeaderAdmin):
|
||||
"""Custom domain admin class to add extra buttons."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue