Changes between Version 2 and Version 3 of Ticket #20601, comment 6
- Timestamp:
- Jun 14, 2013, 3:05:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20601, comment 6
v2 v3 37 37 38 38 Even this won't fix it: https://github.com/django/django/pull/785/files 39 Maybe its better to change floatformat to output Decimal 39 Maybe its better to change floatformat to output Decimal or introduce a new Variable called SafeDecimal, that gets converted to float or Decimal when intcomma gets called.