summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-18 19:33:15 -0500
committerTim Graham <timograham@gmail.com>2015-11-18 19:36:14 -0500
commitb6545468eebdee12ee58aeb4871aa91c62220542 (patch)
tree2ccc83525a9d5d58bf4fd241a847b5127af717ac /docs
parente7c86871052b4bfb62a2fcc67ccd4fe441057463 (diff)
[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index ef1b032045..0a8e692e45 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2877,6 +2877,14 @@ Delete ``{{ app_label }}_{{ model_name }}_delete`` ``obje
Change ``{{ app_label }}_{{ model_name }}_change`` ``object_id``
====================== =============================================== =============
+The ``UserAdmin`` provides a named URL:
+
+====================== =============================================== =============
+Page URL name Parameters
+====================== =============================================== =============
+Password change ``auth_user_password_change`` ``user_id``
+====================== =============================================== =============
+
These named URLs are registered with the application namespace ``admin``, and
with an instance namespace corresponding to the name of the Site instance.