mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-01 04:04:54 +00:00
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 |
||
|---|---|---|
| .. | ||
| 1_requirements.rst | ||
| 2_installation.rst | ||
| 3_usage.rst | ||
| 4_configuration.rst | ||
| 5_customization.rst | ||
| 6_integration.rst | ||
| 7_architecture.rst | ||
| 8_reference.rst | ||
| 9_development.rst | ||
| 10_changelog.rst | ||
| conf.py | ||
| index.rst | ||
| Makefile | ||