You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. Decimal.decimal("14876279.30") with standard renderer is represented as 14876279.3, and with drf-ujson-renderer as 14876279.3000000007. You need to add 'COERCE_DECIMAL_TO_STRING': False in your settings to reproduce it.
The text was updated successfully, but these errors were encountered:
e.g.
Decimal.decimal("14876279.30")
with standard renderer is represented as14876279.3
, and with drf-ujson-renderer as14876279.3000000007
. You need to add'COERCE_DECIMAL_TO_STRING': False
in your settings to reproduce it.The text was updated successfully, but these errors were encountered: