django-axes/axes
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
..
handlers Add missing get_failures handler proxy implementation 2020-01-08 22:00:36 +02:00
locale Turkish translation added 2019-01-12 21:05:21 +03:00
management Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
migrations Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
tests Add missing get_failures handler proxy implementation 2020-01-08 22:00:36 +02:00
__init__.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
admin.py Add AXES_ENABLE_ADMIN flag to configure showing Axes in admin (#499) 2019-10-09 19:02:45 +03:00
apps.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
attempts.py Pluggable user account whitelisting (#549) 2019-12-29 23:43:55 +02:00
backends.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
checks.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
conf.py Add configurable lockout callable 2020-01-08 21:28:14 +02:00
decorators.py Improve lockout and request handling 2019-05-19 18:32:40 +03:00
exceptions.py Upgrade QA tools 2019-11-12 12:08:42 +02:00
helpers.py Add configurable lockout callable 2020-01-08 21:28:14 +02:00
middleware.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
models.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
signals.py Upgrade CI tooling to use automatic code formatting 2019-09-28 19:28:17 +03:00
utils.py Make reset for attempts and logs pluggable 2019-07-11 15:31:14 +02:00