Opened 14 years ago
Closed 14 years ago
#14853 closed (invalid)
GET parameter in docs for auth.logout incorrect (next_page = next)
Reported by: | Benjamin Kreeger | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | correction, docs, auth | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the documentation, under Other built in views, the GET parameter noted under Optional arguments for auth.logout
for redirecting the user, next_page
, needs to be changed to simply next
. This matches the auth.login
view now.
Change History (3)
comment:1 by , 14 years ago
Summary: | GET parameter for auth.logout incorrect (next_page = next) → GET parameter in docs for auth.logout incorrect (next_page = next) |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
next_page
is a keyword argument not a GET parameter. And as adamv points out, the naming appears to be correct. You may be confusing this with the next
GET parameter?
Note:
See TracTickets
for help on using tickets.
The parameter still looks like "next_page" to me: http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/views.py#L70