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)
Change History (3)
by , 13 years ago
Attachment: | cookies_to_signed_cookies.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [17101]: