[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master
This commit is contained in:
parent
e7c8687105
commit
b6545468ee
@ -2877,6 +2877,14 @@ Delete ``{{ app_label }}_{{ model_name }}_delete`` ``obje
|
|||||||
Change ``{{ app_label }}_{{ model_name }}_change`` ``object_id``
|
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
|
These named URLs are registered with the application namespace ``admin``, and
|
||||||
with an instance namespace corresponding to the name of the Site instance.
|
with an instance namespace corresponding to the name of the Site instance.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user