#14825: LocaleMiddleware should store language preferences if possible
----------------------------------+-----------------------------------------
 Reporter:  vzima                 |       Owner:  nobody    
   Status:  new                   |   Milestone:            
Component:  Internationalization  |     Version:  1.2       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  1                     |  
----------------------------------+-----------------------------------------
 After logout (or other action than flushes session) language preferences
 are forgotten. This leads to strange behaviour when page during which
 session was flushed (e.g. /adminsite/logout/) is translated but next page
 is in default language (or browser prefered language).

 This is tricky especially when your system requires explicit logout to log
 in other user.

 Solution is quite easy, !LocaleMiddleware should store current language
 when it is not stored in session or language cookie.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14825>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to