diff options
| author | Jonatas CD <jonatas.cd@gmail.com> | 2016-09-26 16:38:34 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-09-26 10:38:34 -0400 |
| commit | 6d6d1b10017d4f0ade761fb07c78c146e3008d65 (patch) | |
| tree | 678880b30189e6f10058c2cfff56dfc699b32144 /docs | |
| parent | 8110673aafd48e9345c17458638c10fb12ab4f2a (diff) | |
Fixed #27276 -- Doc'd how to reverse admin's login view.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index b2b62b6977..74395def6a 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/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`` |
