Re: [ANNOUNCE] Django security releases issued: 1.9.3 and 1.8.10

2016-03-02 Thread Tim Graham
Please create a separate thread with some details such as a sample project with steps to reproduce the issue so we can determine if it's a problem in Django or in your application. Thanks! On Wednesday, March 2, 2016 at 8:49:03 PM UTC-5, José David Ordoñez wrote: > > After upgrading django 1.8.9

Re: [ANNOUNCE] Django security releases issued: 1.9.3 and 1.8.10

2016-03-02 Thread José David Ordoñez
After upgrading django 1.8.9 to 1.8.10 my i18n/setlang/ went crazy "TypeError: must be unicode not str" when using {% url 'set_language' %} by going back to 1.8.9 solved the issue. El martes, 1 de marzo de 2016, 12:50:27 (UTC-4:30), Tim Graham escribió: > > Today the Django team issued 1.9.3 and