Django floatformat rounds numbers #86
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I consider it a problem that values like 9.99 (a common price for games) is rounded to 10.0. A workaround is to pass -2 to floatformat which will then try to display up to 2 decimal places.