django-axes/axes
Shaheed Haque 012fde1caf Refine and streamline startup log. The new output is on one line and
looks like this:

AXES: BEGIN version 5.32.1.dev14+g038dc7c.d20220507, blocking by IP only

Resolves #884.
2022-05-11 17:08:55 +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 Add type hint for request variables 2022-05-02 18:21:03 +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