#python upgrade to 4.2
14 messages · Page 1 of 1 (latest)
is your code on github? And did it used to work?
No it'd not
Personal use
I can't find a reference, but inam somewhat sure LANGUAGE_SESSION_KEY was deprecated in 3.2 and removed in 4.0 or something like that.
From the changelog of 4.0
django.views.i18n.set_language() will no longer set the user language in request.session (key django.utils.translation.LANGUAGE_SESSION_KEY).
So I need downgrade ?
What? No? You should not be using anything older than the newest 4.2.x of Django.
So how can I fix this
by not using LANGUAGE_SESSION_KEY?
I guess my web need it
what ?
You probably need to upgrade channels
Just what I'm thinking also