mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-01 12:14:51 +00:00
Fixes #389 Remove monkey-patching from the application loader phase and use the Django authentication stack for lockout signals. Utilize custom AUTHENTICATION_BACKENDS and MIDDLEWARE with signals with backwards compatible implementation of features. Update documentation, configuration and migration instructions to match the new configuration and improve the code commentation. Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
28 lines
517 B
ReStructuredText
28 lines
517 B
ReStructuredText
.. _index:
|
|
|
|
.. Django Axes documentation master file, created by
|
|
sphinx-quickstart on Sat Jul 30 16:37:41 2016.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Django Axes's documentation!
|
|
=======================================
|
|
|
|
Contents
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation
|
|
configuration
|
|
migration
|
|
usage
|
|
requirements
|
|
development
|
|
captcha
|
|
|
|
Indices and tables
|
|
------------------
|
|
|
|
* :ref:`search`
|