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:35:56 -0500 |
| commit | ad167502f36f2547718aee290d4d11bf7a26ff82 (patch) | |
| tree | ada7a15a7e42a9ca3278d1f53cc82c19b753e63b | |
| parent | 034dfbfc057b6090f9f2589731b8f58a70e4f885 (diff) | |
Fixed #25549 -- Documented auth_user_password_change URL.
| -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 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. |
