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`

Re: Continued work on a django.contrib.formtools.wizard replacement

2011-05-04 Thread Miguel Araujo Pérez
As I said before I'm +1 for this. I have to tests latest code against Django 1.3 to see if it handles browser's back button correctly. But django-formwizard is a great app, far better and more complete than current contrib's wizard. I have to apologize for not collaborating in building the docs fo