diff --git a/docs/5_customization.rst b/docs/5_customization.rst index 0a33fa4..bc536cf 100644 --- a/docs/5_customization.rst +++ b/docs/5_customization.rst @@ -110,7 +110,6 @@ them as per the example. ] - Customizing username lookups ---------------------------- diff --git a/docs/7_upgrading.rst b/docs/7_upgrading.rst index 7c12016..7f1b397 100644 --- a/docs/7_upgrading.rst +++ b/docs/7_upgrading.rst @@ -6,6 +6,7 @@ This page contains upgrade instructions between different Axes versions so that users might more confidently upgrade their installations. + Upgrading from Axes version 4 to 5 ---------------------------------- diff --git a/docs/8_development.rst b/docs/8_development.rst index 14a5d4b..e7ebf2a 100644 --- a/docs/8_development.rst +++ b/docs/8_development.rst @@ -5,6 +5,7 @@ You can contribute to this project forking it from GitHub and sending pull requests. + Running tests ------------- diff --git a/docs/9_architecture.rst b/docs/9_architecture.rst index ccc9638..4ffadb2 100644 --- a/docs/9_architecture.rst +++ b/docs/9_architecture.rst @@ -20,6 +20,7 @@ This document describes the Django authentication flow and how Axes augments it to achieve authentication and login monitoring and lock users out on too many access attempts. + Django authentication flow --------------------------