Add setting for DecimalField's normalize_output #8856
Answered
by
auvipy
savvan0h
asked this question in
Ideas & Suggestions
-
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. |
Beta Was this translation helpful? Give feedback.
Answered by
auvipy
Jan 25, 2023
Replies: 1 comment
-
At this stage of the project, adding new API surface to the framework is net negative. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
savvan0h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this stage of the project, adding new API surface to the framework is net negative.