I've been reviewing the code of models.DecimalField and forms.DecimalField because trailing zeros after the decimal point are being removed in my forms. I didn't find anything suggesting that it's done there, instead they are handled properly according to my needs. Although the proper handling, on the django admin site forms the trailing zeros are being removed.Does anyone knows how to "fix" it? Is this a django-admin thing or have I missed something?I would appreciate any insight.