Browse Source

Fixed #27276 -- Doc'd how to reverse admin's login view.

Jonatas CD 8 years ago
parent
commit
6d6d1b1001
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/ref/contrib/admin/index.txt

+ 1 - 0
docs/ref/contrib/admin/index.txt

@@ -2881,6 +2881,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``