#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 , 10 years ago
| Easy pickings: | set |
|---|---|
| Summary: | auth_user_password_change is undocumented → auth_user_password_change URL is undocumented |
| Triage Stage: | Unreviewed → Accepted |
| Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 10 years ago
| Cc: | added |
|---|
comment:4 by , 10 years ago
I just thought that some more examples there in general would be of help.
comment:5 by , 10 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
comment:7 by , 10 years ago
| Patch needs improvement: | set |
|---|
Note:
See TracTickets
for help on using tickets.
No objection, but I don't see why the example is needed as it's no different from the other URLs mentioned there.