mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Merge pull request #56 from kencochrane/remove_admin_filter
removing the django admin filter for username
This commit is contained in:
commit
f5b40a1820
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