django-axes/axes
Aleksi Häkli 13b807d647
Add dummy handler implementation
A handler is always loaded if Axes is active,
and the dummy handler is intended for use when
the user wishes to use either the middleware
or authentication backends but does not want
Axes to handle or emit signals from
authentication events.

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-24 22:37:23 +02:00
..
handlers Add dummy handler implementation 2019-02-24 22:37:23 +02:00
locale Turkish translation added 2019-01-12 21:05:21 +03:00
management Add cache handler and refactor tests 2019-02-23 20:19:37 +02:00
migrations Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
tests Add dummy handler implementation 2019-02-24 22:37:23 +02:00
__init__.py Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
admin.py Clean up and unify imports 2019-02-10 22:06:04 +02:00
apps.py Improve handler design 2019-02-22 19:56:05 +02:00
attempts.py Add cache handler and refactor tests 2019-02-23 20:19:37 +02:00
backends.py Clean up handler naming and documentation 2019-02-22 20:13:20 +02:00
checks.py Clean up and unify imports 2019-02-10 22:06:04 +02:00
conf.py Add six imports for Django master compatibility 2019-02-24 15:46:30 +02:00
decorators.py Clean up handler naming and documentation 2019-02-22 20:13:20 +02:00
exceptions.py Use PEP257 compliant docstrings 2019-02-07 18:42:54 +02:00
middleware.py Use PEP257 compliant docstrings 2019-02-07 18:42:54 +02:00
models.py Remove redundant AccessAttempt.failures property 2019-02-22 19:55:10 +02:00
signals.py Improve handler design 2019-02-22 19:56:05 +02:00
utils.py Add cache handler and refactor tests 2019-02-23 20:19:37 +02:00