Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26252 closed Cleanup/optimization (invalid)

LOGOUT_REDIRECT_URL setting is undocumented

Reported by: Adam Parsons Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords: Auth, Logout, Settings
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The LOGOUT_REDIRECT_URL setting should be documented on the following page:
https://docs.djangoproject.com/en/1.9/ref/settings/#auth

This setting is used here:
https://github.com/django/django/blob/master/django/contrib/auth/views.py#L107

Change History (2)

comment:1 by Adam Parsons, 8 years ago

Summary: LOGOUT_REDIRECT_URL setting is UndocumentedLOGOUT_REDIRECT_URL setting is undocumented

comment:2 by Marten Kenbeek, 8 years ago

Resolution: invalid
Status: newclosed

LOGOUT_REDIRECT_URL is a new setting in the current development version. It is documented in the development docs: https://docs.djangoproject.com/en/dev/ref/settings/#logout-redirect-url

Last edited 8 years ago by Marten Kenbeek (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top