django-axes/axes
Aleksi Häkli e24f0453bb
Remove reduntant AccessLog.trusted flag
All attempts that are logged are marked as trusted
and no other attempts are created in the code,
so having a flag that also uses a database index
is redundant and unnecessary.

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-03-13 16:07:25 +02:00
..
handlers Remove reduntant AccessLog.trusted flag 2019-03-13 16:07:25 +02:00
locale Turkish translation added 2019-01-12 21:05:21 +03:00
management Drop Python 3.5 support 2019-03-09 21:49:45 +02:00
migrations Remove reduntant AccessLog.trusted flag 2019-03-13 16:07:25 +02:00
tests Add tests for cool off thresholds 2019-03-09 21:49:45 +02:00
__init__.py Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
admin.py Remove reduntant AccessLog.trusted flag 2019-03-13 16:07:25 +02:00
apps.py Improve handler design 2019-02-22 19:56:05 +02:00
attempts.py Add tests for cool off thresholds 2019-03-09 21:49:45 +02:00
backends.py Set Axes request attributes in middleware 2019-03-03 22:13:13 +02:00
checks.py Fix invalid error code format for Axes 2019-03-13 15:48:40 +02:00
conf.py Use django-appconf to 1.0.3+ 2019-03-09 21:49:45 +02:00
decorators.py Set Axes request attributes in middleware 2019-03-03 22:13:13 +02:00
exceptions.py Use PEP257 compliant docstrings 2019-02-07 18:42:54 +02:00
helpers.py Drop Python 3.5 support 2019-03-09 21:49:45 +02:00
middleware.py Set Axes request attributes in middleware 2019-03-03 22:13:13 +02:00
models.py Remove reduntant AccessLog.trusted flag 2019-03-13 16:07:25 +02:00
request.py Drop Python 3.5 support 2019-03-09 21:49:45 +02:00
signals.py Improve handler design 2019-02-22 19:56:05 +02:00
utils.py Move utils to helpers module 2019-02-25 22:54:40 +02:00