fix DRF format query param issue
TNL-3787
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user