#python upgrade to 4.2

14 messages · Page 1 of 1 (latest)

rugged falcon
fresh field
#

is your code on github? And did it used to work?

rugged falcon
#

Personal use

mental pollen
#

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).

mental pollen
#

What? No? You should not be using anything older than the newest 4.2.x of Django.

mental pollen
#

by not using LANGUAGE_SESSION_KEY?

rugged falcon
mental pollen
#

what ?

violet chasm
rugged falcon