From ad167502f36f2547718aee290d4d11bf7a26ff82 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 18 Nov 2015 19:33:15 -0500 Subject: [PATCH] Fixed #25549 -- Documented auth_user_password_change URL. --- docs/ref/contrib/admin/index.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 8018a4fd36..872ceb7a5a 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2858,6 +2858,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.