#20195 closed Bug (fixed)
Broken documentation cross reference in session settings
Reported by: | yishaibeeri | Owned by: | Baptiste Mispelon |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | session |
Cc: | bmispelon@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The documentation at
https://docs.djangoproject.com/en/dev/ref/settings/#session-expire-at-browser-close
contains a broken reference:
See “Browser-length sessions vs. persistent sessions” above.
which should actually point to:
Change History (5)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 12 years ago
Has patch: | set |
---|
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Pull request here: https://github.com/django/django/pull/992