mirror of
https://github.com/jazzband/django-defender.git
synced 2026-05-21 05:41:56 +00:00
removing the django admin filter for username
This commit is contained in:
parent
972c670879
commit
9cef057520
1 changed files with 0 additions and 4 deletions
|
|
@ -12,10 +12,6 @@ class AccessAttemptAdmin(admin.ModelAdmin):
|
|||
'login_valid',
|
||||
)
|
||||
|
||||
list_filter = [
|
||||
'username',
|
||||
]
|
||||
|
||||
search_fields = [
|
||||
'ip_address',
|
||||
'username',
|
||||
|
|
|
|||
Loading…
Reference in a new issue