#27276 closed Cleanup/optimization (fixed)
Document how to reverse the admin's login view
| Reported by: | Baptiste Mispelon | Owned by: | Jonatas CD |
|---|---|---|---|
| Component: | Documentation | Version: | 1.10 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The documentation at https://docs.djangoproject.com/en/1.10/ref/contrib/admin/#reversing-admin-urls explains how to reverse all the admin views except the login one.
Unsurprisingly, that view can be reversed using the URL name login and as far as I know, it doesn't take any parameters.
Change History (5)
comment:1 by , 9 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 9 years ago
| Has patch: | set |
|---|
Fixed with https://github.com/django/django/pull/7295
This is my first django contribution.
cheers,
Jonatas CD
Note:
See TracTickets
for help on using tickets.
The documentation was overlooked when the named
url()forloginwas added in 5848bea9dc9458a9517d4c98993d742976771342.