diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-18 19:33:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-18 19:36:17 -0500 |
| commit | 95eca4f508eb99d26ce812629afe0f6c60488134 (patch) | |
| tree | 2d064e6bab515a5195cf353ada5b1abb18ab811a /docs/ref | |
| parent | e7da99abd41b483c8991581628d442296698b2bf (diff) | |
[1.8.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index c992ebd0a0..c369cbd2cb 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2829,6 +2829,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. |
