Opened 13 years ago

Closed 13 years ago

#17223 closed Bug (fixed)

django.contrib.sessions.backends.session_cookies is Incorrectly Referenced

Reported by: Bryan Veloso Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The documentation says to use django.contrib.sessions.backends.cookies in the instructions to enable cookie-backed sessions, but the module is actually django.contrib.sessions.backends.session_cookies.

Attachments (1)

cookies_to_signed_cookies.diff (604 bytes ) - added by Bryan Veloso 13 years ago.

Download all attachments as: .zip

Change History (3)

by Bryan Veloso, 13 years ago

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [17101]:

Fixed #17223 -- Correctly reference the signed cookies session backend. Thanks, Bryan Veloso.

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