mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add changelog to documentation
This commit is contained in:
parent
3bbcfc39f2
commit
16f96de8fd
3 changed files with 7 additions and 3 deletions
|
|
@ -388,7 +388,7 @@ Changes
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Use render shortcut for rendering LOCKOUT_TEMPLATE
|
- Use render shortcut for rendering LOCKOUT_TEMPLATE
|
||||||
[Radosław Luter]
|
[Radoslaw Luter]
|
||||||
|
|
||||||
- Added app_label for RemovedInDjango19Warning
|
- Added app_label for RemovedInDjango19Warning
|
||||||
[yograterol]
|
[yograterol]
|
||||||
|
|
@ -434,7 +434,7 @@ Changes
|
||||||
[SilasX]
|
[SilasX]
|
||||||
|
|
||||||
- Issue #155. Lockout response status code changed to 403.
|
- Issue #155. Lockout response status code changed to 403.
|
||||||
[Артур Муллахметов]
|
[Arthur Mullahmetov]
|
||||||
|
|
||||||
- BUGFIX: Missing migration
|
- BUGFIX: Missing migration
|
||||||
[smeinel]
|
[smeinel]
|
||||||
|
|
|
||||||
3
docs/10_changelog.rst
Normal file
3
docs/10_changelog.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.. changelog:
|
||||||
|
|
||||||
|
.. include:: ../CHANGES.rst
|
||||||
|
|
@ -8,7 +8,7 @@ Contents
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:numbered:
|
:numbered: 1
|
||||||
|
|
||||||
1_requirements
|
1_requirements
|
||||||
2_installation
|
2_installation
|
||||||
|
|
@ -19,6 +19,7 @@ Contents
|
||||||
7_architecture
|
7_architecture
|
||||||
8_reference
|
8_reference
|
||||||
9_development
|
9_development
|
||||||
|
10_changelog
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue