Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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:

https://docs.djangoproject.com/en/dev/topics/http/sessions/#browser-length-sessions-vs-persistent-sessions

Change History (5)

comment:1 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Baptiste Mispelon, 11 years ago

Cc: bmispelon@… added
Owner: changed from nobody to Baptiste Mispelon
Status: newassigned

comment:3 by Baptiste Mispelon, 11 years ago

Has patch: set

comment:4 by Baptiste Mispelon <bmispelon@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 2c27300f343df2bae0db0f4c3594e5ae5b0b219f:

Fix #20195: wrong reference in session settings documentation.

comment:5 by Claude Paroz <claude@…>, 11 years ago

In 272d62e1dab8cce97aeec66469785922a0d0ad3d:

Merge pull request #992 from bmispelon/ticket-20195

Fix #20195: wrong reference in session settings documentation.

Note: See TracTickets for help on using tickets.
Back to Top