* cc: raymond.penners@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by raymond.penners@…):
For those interested, you can use the following Django app to have the
language stored in a cookie as suggested.
https://github.com/pennersr/django-cooki18n
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:7>
* has_patch: 0 => 1
* ui_ux: => 0
Comment:
I have attached a patch that stops Django from storing the language in the
session.
A decision is needed on whether support for storing the language in the
session is to be completely dropped, or whether it is to be made
configurable via settings. For now, the old behaviour has been put below
an "if False:" so that it can be easily reinstantiated.
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:8>
Comment (by ramiro):
#16461 was a duplicate, reported similar problems but with browsers
caches.
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:9>
* needs_better_patch: 0 => 1
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:10>
Comment (by ramiro):
See also #15902 and http://groups.google.com/d/topic/django-
developers/8THmJSioj4U/discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:11>
* status: new => closed
* resolution: => invalid
Comment:
`set_language()` doesn't store user's language in the session anymore, see
d134b0b93ee10a2128c595997cbc6022c4a982f7.
--
Ticket URL: <https://code.djangoproject.com/ticket/12794#comment:12>