• Jon Dufresne's avatar
    Refs #27795 -- Removed force_bytes() usage in sessions. · bdae19cf
    Jon Dufresne yazdı
    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.
    bdae19cf
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...