django-axes/axes/tests
Aleksi Häkli e4929d2c11
Add missing get_failures handler proxy implementation
This missing implementation prevented custom implementations
for the failure fetching logic in the handler classes
because Axes would not invoke them from them,
and would use the base handler class implementation instead.
2020-01-08 22:00:36 +02:00
..
__init__.py Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
base.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
settings.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_admin.py Add AXES_ENABLE_ADMIN flag to configure showing Axes in admin (#499) 2019-10-09 19:02:45 +03:00
test_attempts.py Pluggable user account whitelisting (#549) 2019-12-29 23:43:55 +02:00
test_backends.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_checks.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_decorators.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_handlers.py Add missing get_failures handler proxy implementation 2020-01-08 22:00:36 +02:00
test_helpers.py Add configurable lockout callable 2020-01-08 21:28:14 +02:00
test_logging.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_login.py Upgrade QA tools 2019-11-12 12:08:42 +02:00
test_management.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_middleware.py Remove unused imports. 2019-07-09 14:50:09 +02:00
test_models.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
test_signals.py Add cache handler and refactor tests 2019-02-23 20:19:37 +02:00
test_utils.py Added support for DRF json payload in request 2019-10-25 11:02:00 +03:00
urls.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00