Opened 9 years ago

Closed 8 years ago

Last modified 8 years ago

#25549 closed Cleanup/optimization (fixed)

auth_user_password_change URL is undocumented

Reported by: Philipp Metzler Owned by: Sambhav Satija
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: anaghar1996@…, f.ssat95@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description

It would be nice if also the URL for auth_user_password_change from /django/contrib/auth/admin.py class UserAdmin().get_urls() would be mentioned here:

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#reversing-admin-urls

With an example:

urlresolvers.reverse('admin:auth_user_password_change', args=(1,))

results in:

/admin/main/customuser/1/password/

Change History (10)

comment:1 by Tim Graham, 9 years ago

Easy pickings: set
Summary: auth_user_password_change is undocumentedauth_user_password_change URL is undocumented
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

No objection, but I don't see why the example is needed as it's no different from the other URLs mentioned there.

comment:2 by Anagha R, 9 years ago

Owner: changed from nobody to Anagha R
Status: newassigned

comment:3 by Anagha R, 9 years ago

Cc: anaghar1996@… added

comment:4 by Philipp Metzler, 9 years ago

I just thought that some more examples there in general would be of help.

comment:5 by Sambhav Satija, 8 years ago

Cc: f.ssat95@… added
Owner: changed from Anagha R to Sambhav Satija

comment:6 by Sambhav Satija, 8 years ago

Has patch: set

comment:7 by Tim Graham, 8 years ago

Patch needs improvement: set

comment:8 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In ad16750:

Fixed #25549 -- Documented auth_user_password_change URL.

comment:9 by Tim Graham <timograham@…>, 8 years ago

In 95eca4f:

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

Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master

comment:10 by Tim Graham <timograham@…>, 8 years ago

In b654546:

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

Backport of ad167502f36f2547718aee290d4d11bf7a26ff82 from master

Note: See TracTickets for help on using tickets.
Back to Top