Opened 13 years ago

Closed 13 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 Benjamin Kreeger, 13 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 Adam Vandenberg, 13 years ago

comment:3 by Simon Meers, 13 years ago

Resolution: invalid
Status: newclosed

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.
Back to Top