Changes between Initial Version and Version 1 of Ticket #26764, comment 5


Ignore:
Timestamp:
Aug 5, 2016, 6:22:54 PM (8 years ago)
Author:
Adam Zapletal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26764, comment 5

    initial v1  
    11Yeah, 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.
    22
    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!
     3However, 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.
    44
    55I'd like to look into it more and understand `contrib.sessions` better in general as a separate effort.
Back to Top