summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJonatas CD <jonatas.cd@gmail.com>2016-09-26 16:38:34 +0200
committerTim Graham <timograham@gmail.com>2016-09-26 10:38:53 -0400
commit76155b85e2ce6bc3076ee9942355f1802cf3253d (patch)
tree9d4799b12f1555e3f66f8e33438e3492545b9a30 /docs/ref
parentdec77af525268a02bf964f498fefc1c27b4ebbe5 (diff)
[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index cda16921dd..097f6622f8 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2899,6 +2899,7 @@ The :class:`AdminSite` provides the following named URL patterns:
Page URL name Parameters
========================= ======================== ==================================
Index ``index``
+Login ``login``
Logout ``logout``
Password change ``password_change``
Password change done ``password_change_done``