Skip to content
Snippets Groups Projects
Commit 6e50d59f authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

preventing decimals from being coerced to strings in rest_framework API

parent 4ea513a2
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,7 @@ REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'events.api.backends.LigoAuthentication',
),
'COERCE_DECIMAL_TO_STRING': False,
}
# Location of packages installed by bower
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment