mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove filtering by username
It became a problem when having more than 100 users.
This commit is contained in:
parent
86a23cc10b
commit
7504ef6761
1 changed files with 0 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ class AccessAttemptAdmin(admin.ModelAdmin):
|
|||
|
||||
list_filter = [
|
||||
'attempt_time',
|
||||
'username',
|
||||
'path_info',
|
||||
]
|
||||
|
||||
|
|
@ -73,7 +72,6 @@ class AccessLogAdmin(admin.ModelAdmin):
|
|||
list_filter = [
|
||||
'attempt_time',
|
||||
'logout_time',
|
||||
'username',
|
||||
'path_info',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue