Re: Problem with DECIMAL_SEPARATOR

2011-03-16 Thread emonk
I think DECIMAL_SEPARATOR = ',' wasnt neccesary when USE_L10N=True 2011/3/16 Siara > Thx for help, > DECIMAL_SEPARATOR = ',' wasnt neccesary when USE_L10N=False cause its > default delimeter > On 15 Mar, 20:07, emonk wrote: > > try this in settings.py > > > > USE_L10N = False > > DECIMAL_SEPA

Re: Problem with DECIMAL_SEPARATOR

2011-03-16 Thread Siara
Thx for help, DECIMAL_SEPARATOR = ',' wasnt neccesary when USE_L10N=False cause its default delimeter On 15 Mar, 20:07, emonk wrote: > try this in settings.py > > USE_L10N = False > DECIMAL_SEPARATOR = ',' > > 2011/3/15 Siara > > > > > Hi > > I tried to find solution to my problem on django-deve

Re: Problem with DECIMAL_SEPARATOR

2011-03-15 Thread emonk
try this in settings.py USE_L10N = False DECIMAL_SEPARATOR = ',' 2011/3/15 Siara > Hi > I tried to find solution to my problem on django-developers group and > they send me here ;) > Ant there is my problem: > I'm writing application which return json with data for another app. > I'm from Pola

Problem with DECIMAL_SEPARATOR

2011-03-15 Thread Siara
Hi I tried to find solution to my problem on django-developers group and they send me here ;) Ant there is my problem: I'm writing application which return json with data for another app. I'm from Poland so I set LANGUAGE_CODE = 'pl', the problem is that we are using coma instead of dot in float nu