Add setting for DecimalField's normalize_output · encode django-rest-framework · Discussion #8856
I'd like to have a default setting for DecimalField's normalize_output, as suggested here. REST_FRAMEWORK = { ... 'NORMALIZE_DECIMAL_OUTPUT': True, } Happy to open a PR for this.