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,
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
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
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=
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