mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Removed filter by ip address
This commit is contained in:
parent
6fde5046c9
commit
7a395011a4
1 changed files with 0 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ class AccessAttemptAdmin(admin.ModelAdmin):
|
|||
|
||||
list_filter = [
|
||||
'attempt_time',
|
||||
'ip_address',
|
||||
'username',
|
||||
'path_info',
|
||||
]
|
||||
|
|
@ -58,7 +57,6 @@ class AccessLogAdmin(admin.ModelAdmin):
|
|||
list_filter = [
|
||||
'attempt_time',
|
||||
'logout_time',
|
||||
'ip_address',
|
||||
'username',
|
||||
'path_info',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue