Fixed #27276 -- Doc'd how to reverse admin's login view.
This commit is contained in:
parent
8110673aaf
commit
6d6d1b1001
|
@ -2881,6 +2881,7 @@ The :class:`AdminSite` provides the following named URL patterns:
|
||||||
Page URL name Parameters
|
Page URL name Parameters
|
||||||
========================= ======================== ==================================
|
========================= ======================== ==================================
|
||||||
Index ``index``
|
Index ``index``
|
||||||
|
Login ``login``
|
||||||
Logout ``logout``
|
Logout ``logout``
|
||||||
Password change ``password_change``
|
Password change ``password_change``
|
||||||
Password change done ``password_change_done``
|
Password change done ``password_change_done``
|
||||||
|
|
Loading…
Reference in New Issue