id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 21544,Problem with number format when not using L10N,yceruto@…,Jacob Walls,"My system at one point tries to display a number in a specific format, for which I use the ""floatformat"" filter. My configuration in ""settings.py"" is: USE_L10N = False USE_THOUSAND_SEPARATOR = True NUMBER_GROUPING = 3 The problem is that the ""floatformat"" filter uses the ""format"" utility and this in turn applies the grouping of thousands if L10N is true: use_grouping = settings.USE_L10N and settings.USE_THOUSAND_SEPARATOR From the ""floatformat"" filter I can not force the grouping of thousands, making it impossible to apply this option. Showing my number without the grouping of thousands.",Bug,closed,Documentation,dev,Normal,duplicate,number format,Shai Berger,Accepted,1,0,0,0,0,0