We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fa9e6 commit 61bc4e0Copy full SHA for 61bc4e0
1 file changed
config/settings/base.py
@@ -261,7 +261,6 @@
261
REST_FRAMEWORK = {
262
'DEFAULT_FILTER_BACKENDS': [
263
'django_filters.rest_framework.DjangoFilterBackend',
264
- 'rest_framework.filters.OrderingFilter',
265
],
266
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
267
# Since the result set is stable, a basic pagination class is sufficient
0 commit comments