Answer the question
In order to leave comments, you need to log in
How to change display of 0 to decimal in Django admin?
There is a model in django with a Decimal field. In the admin panel, the default value is 0, displayed as 0E-8. I want to see just 0.
PostgreSQL is used.
I don't want any crazy stuff like creating an additional text field that will be displayed instead of mine with constant Decimal - string conversion. Is there really no normal, standard way?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question