django/tests/sessions_tests
Jon Dufresne bdae19cf63 Refs #27795 -- Removed force_bytes() usage in sessions.
SessionBase.decode() is the inverse operation to SessionBase.encode().
As SessionBase.encode() always returns a string, SessionBase.decode()
should always be passed a string argument. Fixed the file backend, which
was the only backend still passing a bytestring.
2018-10-03 11:11:42 +02:00
..
__init__.py Moved contrib.sessions tests out of contrib. 2015-02-11 10:19:22 -05:00
models.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
tests.py Refs #27795 -- Removed force_bytes() usage in sessions. 2018-10-03 11:11:42 +02:00