django-axes/docs
Aleksi Häkli 3152b4d7e9 Improve lockout and request handling
The old architecture used exceptions in the signal handler
which prevented transactions from running smoothly
and signal handlers from running after Axes handlers.

The new architecture changes the request approach to request flagging
and moves the exception handling into the middleware call method.

This allows users to more flexibly run their own signal handlers
and optionally use the Axes middleware if they want to do so.

Fixes #440
Fixes #442
2019-05-19 18:32:40 +03:00
..
1_requirements.rst Update Python version support information in the docs 2019-05-01 18:38:59 +03:00
2_installation.rst Add settings flag for disabling Axes 2019-05-07 23:37:48 +03:00
3_usage.rst Improve documentation 2019-05-01 18:28:29 +03:00
4_configuration.rst Add settings flag for disabling Axes 2019-05-07 23:37:48 +03:00
5_customization.rst Improve documentation 2019-05-01 18:28:29 +03:00
6_integration.rst Improve documentation 2019-05-01 18:28:29 +03:00
7_architecture.rst Improve documentation 2019-05-01 18:28:29 +03:00
8_reference.rst Improve lockout and request handling 2019-05-19 18:32:40 +03:00
9_development.rst Improve documentation 2019-05-01 18:28:29 +03:00
10_changelog.rst Add changelog to documentation 2019-05-03 21:20:45 +03:00
conf.py Add API reference into docs 2019-04-27 18:51:02 +03:00
index.rst Add changelog to documentation 2019-05-03 21:20:45 +03:00
Makefile Added readthedocs 2016-07-30 16:48:50 +02:00