#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 , 10 years ago
| Summary: | LOGOUT_REDIRECT_URL setting is Undocumented → LOGOUT_REDIRECT_URL setting is undocumented |
|---|
comment:2 by , 10 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
LOGOUT_REDIRECT_URLis 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