#11294: Django administration Model list always shows Decimal with decimal places ----------------------------------+----------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: 1.1 Component: django.contrib.admin | Version: 1.1-beta-1 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- Only in the list_display does the admin interface show DecimalField with precision of .00. In the view of an object in the Model, 0.00, for example, would be shown as 0, without the precision. I'd say the same rendering should be for both, and that displaying without the .00 is preferred.
-- Ticket URL: <http://code.djangoproject.com/ticket/11294> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
