Opened 7 years ago

Closed 7 years ago

#28167 closed Bug (fixed)

cache backend's SessionStore.exists() returns None if session_key is None

Reported by: Tim Graham Owned by: Tim Graham
Component: contrib.sessions Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

exists() should always return True or False.

Change History (2)

comment:1 by Tim Graham, 7 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 578e576:

Fixed #28167 -- Fixed cache backend's SessionStore.exists() if session_key is None.

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