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)
commita7bb0094fe09f2c48d42551f409ab69913005b55
treeaea6dc143c346d7925898eba4b9c7641e0c54a74
parentf11cd9587ce6338fb3500763abf45cb14cccd08d
tickets: Use django.utils.format for number formatting.

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).
tickets/models.py