Changes between Initial Version and Version 1 of Ticket #23935


Ignore:
Timestamp:
Nov 30, 2014, 2:00:08 AM (10 years ago)
Author:
Eric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23935 – Description

    initial v1  
    55the bug can be fixed by converting the Decimal to a fixed point value in admin/utils.py:
    66
     7
     8{{{
    79@@ -375,7 +375,7 @@ def display_for_field(value, field):
    810     elif isinstance(field, (models.DateField, models.TimeField)):
     
    1416         return formats.number_format(value)
    1517     else:
     18}}}
Back to Top