Loading docs/ref/contrib/admin/index.txt +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
docs/ref/contrib/admin/index.txt +8 −0 Original line number Diff line number Diff line Loading @@ -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. Loading