Re: Django 1.6 RC1 language key in session

2013-11-05 Thread Tim Graham
Sounds like a good idea Miguel, please open a ticket or send a pull request that references the original ticket. Just wanted to clarify that the commit you referenced will be part of Django 1.7, not 1.6. On Tuesday, November 5, 2013 11:10:01 AM UTC-5, Miguel Araujo Pérez wrote: > > Hi there, >

Django 1.6 RC1 language key in session

2013-11-05 Thread Miguel Araujo Pérez
Hi there, Django 1.6 changes the key name that is used to store the language preferred by the user, due to the new name policies. This commit introduced it: https://github.com/django/django/commit/0d0f4f020afe516f23fd2305f13ff0a6a539b344 If you look at `django.views.i18n.set_language`