I have a model/table including a field declaration:
money=models.DecimalField(max_digits=12, decimal_places=2,verbose_name=u'π/υ'). When I see this field in the Admin pages, this field is just a box, without any formatting, e.g. thousand separation marks, which is important for the visibility of the amounts, such as 17000000 instead of 17.000.000,00 (in my country we use '.' as thousand separators, and ',' for decimals). Is it possible such a display in the Admin pages? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

