django-axes/axes
Simon Kern 5590419f81 Use new backend base class in checks
In 5c4bca6cb6 a new backend  base class was introduced. However the check and its corresponding tests still reference the old base class, thus triggering a warning on setups using the new backend base class.

resolves #907
2022-08-18 16:32:00 +03:00
..
handlers #892: German translation update 2022-05-28 18:02:26 +03:00
locale Added Arabic translations 2022-06-01 20:59:25 +03:00
management Implement AccessFailureLog recordings 2022-04-08 22:16:19 +03:00
migrations Fix code formatting 2022-05-16 10:41:07 +03:00
__init__.py Drop Django < 3.2 support. 2021-12-14 21:29:34 +02:00
admin.py Add type hint for request variables 2022-05-02 18:21:03 +03:00
apps.py Fix code formatting 2022-05-16 10:41:07 +03:00
attempts.py Fix code formatting 2022-05-16 10:41:07 +03:00
backends.py Fix code formatting 2022-07-17 17:19:05 +03:00
checks.py Use new backend base class in checks 2022-08-18 16:32:00 +03:00
conf.py Fix code formatting 2022-05-16 10:41:07 +03:00
decorators.py Add missing @wraps decorator 2021-01-05 11:57:53 +02:00
exceptions.py Upgrade QA tools 2019-11-12 12:08:42 +02:00
helpers.py Fix code formatting 2022-05-16 10:41:07 +03:00
middleware.py Add type hint for request variables 2022-05-02 18:21:03 +03:00
models.py Fix code formatting 2022-05-16 10:41:07 +03:00
signals.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
utils.py Fix code formatting 2022-05-16 10:41:07 +03:00