Opened 9 years ago
Closed 9 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.
Note:
See TracTickets
for help on using tickets.
PR