Re: Formats and localization

2010-06-08 Thread Karen Tracey
On Tue, Jun 8, 2010 at 10:10 AM, Dejan Noveski wrote: > I have 1.2 Final version. I cant use 1.2.1 because I have issues with date > inputs there. I noticed this in one custom admin template. Then I also saw > it in vanilla admin form for confirmation of deletion. > The

Re: Formats and localization

2010-06-08 Thread Karen Tracey
On Tue, Jun 8, 2010 at 9:49 AM, Dejan Noveski wrote: > And same happens with admin. Forms that have pk in hidden inputs/selects > have this problem. > This sounds a lot like: http://code.djangoproject.com/ticket/13032 But that ticket was fixed before the release of 1.2. So,

Formats and localization

2010-06-08 Thread Dejan Noveski
Hi, Is there any way of disabling formats in some cases, or template filter that prevents formating/localization? I have THOUSANDS_SEPARATOR set to '.' and the separator is enabled. Works as it should with integer/decimal data. But in one template {{user.pk}} prints 1.823. I use this for