Changes between Initial Version and Version 4 of Ticket #36898
- Timestamp:
- Feb 2, 2026, 10:05:15 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36898
- Property Cc added
- Property Component contrib.sessions → Documentation
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Cleanup/optimization
- Property Owner set to
- Property Status new → assigned
-
Ticket #36898 – Description
initial v4 2 2 3 3 It should be documented. 4 5 Additionally, perhaps `BaseSession.__bool__` should exist, so `if request.session` works as expected? The downside being `if getattr(request, "session", None)` would be `False` when sessions are being used, but the session is empty (arguably `hasattr` would be better there anyway).