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:53 -0400 |
| commit | 76155b85e2ce6bc3076ee9942355f1802cf3253d (patch) | |
| tree | 9d4799b12f1555e3f66f8e33438e3492545b9a30 /docs/ref | |
| parent | dec77af525268a02bf964f498fefc1c27b4ebbe5 (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.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 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`` |
