1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

[1.8.x] Fixed #25549 -- Documented auth_user_password_change URL.

Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
This commit is contained in:
Tim Graham 2015-11-18 19:33:15 -05:00
parent e7da99abd4
commit 95eca4f508

View File

@ -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.