mirror of
https://github.com/django/django.git
synced 2025-01-20 15:19:20 +00:00
bdae19cf63
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.