django-axes/axes
Aleksi Häkli 4490013111 Migrate MD5 hashing to SHA256
Continue using MD5 hashing in Axes test settings
as it offers better performance for test runs
without compromising security for users
2022-05-16 10:41:07 +03:00
..
handlers Add Optional to type of params with default value equal to None 2022-04-13 17:48:32 +03:00
locale Add missing Polish translation keys in English 2021-06-16 10:52:12 +03:00
management Implement AccessFailureLog recordings 2022-04-08 22:16:19 +03:00
migrations Add AccessFailureLogclass to models to keep trace of all failed logins 2022-04-08 22:16:19 +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 Refine and streamline startup log. The new output is on one line and 2022-05-11 17:08:55 +03:00
attempts.py Add type hint for request variables 2022-05-02 18:21:03 +03:00
backends.py Add type hint for request variables 2022-05-02 18:21:03 +03:00
checks.py Add AXES_LOGGER deprecation notice to checks 2020-09-27 17:08:01 +03:00
conf.py Add option to keep current behavior for cooloff reset 2022-04-08 22:17:05 +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 Migrate MD5 hashing to SHA256 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 Add AccessFailureLogclass to models to keep trace of all failed logins 2022-04-08 22:16:19 +03:00
signals.py Optimize imports as part of cleanup round 2021-01-07 18:23:33 +02:00
utils.py Add Optional to type of params with default value equal to None 2022-04-13 17:48:32 +03:00