Changes between Initial Version and Version 1 of Ticket #26764, comment 5
- Timestamp:
- Aug 5, 2016, 6:22:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26764, comment 5
initial v1 1 1 Yeah, with `self._session_cache = {}` in `__init__`, the sessions_tests are `OK`, but instead of passing with two skips and an expected failure, they pass with one unexpected success. 2 2 3 However, the full Django test suite does not pass with this change. It had 511 failures and 55 errors...so something deeper is going on here. Unexpected! 3 However, the full Django test suite does not pass with this change. It had 511 failures and 55 errors...so something deeper is going on here. Unexpected! Or maybe I'm missing something. 4 4 5 5 I'd like to look into it more and understand `contrib.sessions` better in general as a separate effort.