Re: Regression problem on admin date format

2010-07-26 Thread Horst Gutmann
On Tue, Jul 13, 2010 at 9:48 AM, Jannis Leidel wrote: > > Am 13.07.2010 um 01:35 schrieb Russell Keith-Magee: > >>> On Sun, Jul 11, 2010 at 10:36 AM, Antoni Aloy wrote: Hi, I have confirmed the bug with other non speaking people and I

Re: Regression problem on admin date format

2010-07-13 Thread Jannis Leidel
Am 13.07.2010 um 01:35 schrieb Russell Keith-Magee: >> On Sun, Jul 11, 2010 at 10:36 AM, Antoni Aloy wrote: >>> Hi, >>> >>> I have confirmed the bug with other non speaking people and I have >>> sent an e-mail to django-i18n group to point out the problem. >>> >>> I

Re: Regression problem on admin date format

2010-07-12 Thread Russell Keith-Magee
> On Sun, Jul 11, 2010 at 10:36 AM, Antoni Aloy wrote: >> Hi, >> >> I have confirmed the bug with other non speaking people and I have >> sent an e-mail to django-i18n group to point out the problem. >> >> I have also contacted Marc and he has confirmed that the problem

Re: Regression problem on admin date format

2010-07-12 Thread Horst Gutmann
Did the patch that is attached to this issue work for you? It would really be nice to get some feedback on it :-) From what I've heard in other posts on this and the django-users list so far it seems to do the job. -- Horst P.S.: Sorry if this mail reaches you a second time. Somehow Google

Re: Regression problem on admin date format

2010-07-11 Thread Antoni Aloy
Hi, I have confirmed the bug with other non speaking people and I have sent an e-mail to django-i18n group to point out the problem. I have also contacted Marc and he has confirmed that the problem exists. Sorry for the insistence but in my opinion this is a blocker bug. Best regards, --

Re: Regression problem on admin date format

2010-07-10 Thread Antoni Aloy
2010/7/10 Russell Keith-Magee : > On Sat, Jul 10, 2010 at 1:15 AM, Antoni Aloy wrote: > Are you sure that this is a regression, rather than a bugfix with > unfortunate side effects? In particular, I draw your attention to the > second note under: >

Re: Regression problem on admin date format

2010-07-10 Thread Russell Keith-Magee
On Sat, Jul 10, 2010 at 1:15 AM, Antoni Aloy wrote: > Hello, > > Have anybody (Marc Garcia ?) check > http://code.djangoproject.com/ticket/13621 ticket. It explains a bug > concerning date and time formats. The admin does not conform the i18n > locale settings on displaying

Regression problem on admin date format

2010-07-09 Thread Antoni Aloy
Hello, Have anybody (Marc Garcia ?) check http://code.djangoproject.com/ticket/13621 ticket. It explains a bug concerning date and time formats. The admin does not conform the i18n locale settings on displaying time and date formats and reverts to the default format. It seems a true regression