Django detects HTTP Accept-Language header in case-sensitive manner

2014-09-26 Thread Wayne Ye
I noticed on small defect here while I was testing my django website's I18N/L10n, basically below are example Accept-Language headers sent by Chrome and Firefox (all latest version): Chrome: Accept-Language: *zh-TW*,zh;q=0.8,en-US;q=0.6,en;q=0.4 Firefox: Accept-Language: *zh-tw*,zh;q=0.8,

Re: Migration challenges

2014-09-26 Thread Erik Ashepa
Hi, I've presented the third feature in the user group. I'll try to clarify what I've meant. A destructive operation is any operation which would break backward compatibility with a previous version of the application. I proposed implementing the ability to have multiple south migration sequ

Re: Migration challenges

2014-09-26 Thread Marc Tamlyn
Adding a not null column can be a breaking operation On 26 Sep 2014 13:29, "Erik Ashepa" wrote: > Hi, > I've presented the third feature in the user group. > > I'll try to clarify what I've meant. > > A destructive operation is any operation which would break backward > compatibility with a previ

Re: Django detects HTTP Accept-Language header in case-sensitive manner

2014-09-26 Thread Carl Meyer
Hello Wayne, On 09/26/2014 01:58 AM, Wayne Ye wrote: > I noticed on small defect here while I was testing my django website's > I18N/L10n, basically below are example Accept-Language headers sent by > Chrome and Firefox (all latest version): > > Chrome: Accept-Language: *zh-TW*,zh;q=0.8,en-US;q=

some suggested code change in Django 1.6.7

2014-09-26 Thread Arun Marathe
This is not a feature request per se, but it is not exactly a bug report either. We are recently upgrading from Django 1.5 to Django 1.6.7. One other relevant package version of interest is psycopg2 which is at 2.5.4. After upgrade, many test cases were failing with the classic "Inter