Commit 1e6c5b7d by Ned Batchelder

Merge pull request #10620 from edx/ammar/fix-drf-format-parm-issue

Fix DRF format query param issue
parents a09012c2 bfb69e56
......@@ -2018,6 +2018,7 @@ CSRF_COOKIE_AGE = 60 * 60 * 24 * 7 * 52
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination',
'PAGE_SIZE': 10,
'URL_FORMAT_OVERRIDE': None,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment