tickets: Use django.utils.format for number formatting.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 14:56:18 +0000 (16:56 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 14:56:18 +0000 (16:56 +0200)
Using % interpolation with %f does not do localized number formatting
(and the %d that was used did not do any floating point formatting at
all).


No differences found