#21294 closed Cleanup/optimization (fixed)
Clarification of documentation logout next_page in GET
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Currently, logout's documentation does not state clearly that the GET parameter for the redirect view is "next" by default.
"""Overrides next_page if the given GET parameter is passed.""" seems to imply the default name is "next_page", but actually it is "next".
Current documentation: https://docs.djangoproject.com/en/dev/topics/auth/default/#django.contrib.auth.views.logout
Change History (4)
comment:1 by , 11 years ago
Component: | Uncategorized → contrib.auth |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | 1.4 → master |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 51e65754729ebb85b1f049e7995cae514be65c85: