Skip to content

Commit 61bc4e0

Browse files
committed
Fix misconfigured filter backend
1 parent f6fa9e6 commit 61bc4e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config/settings/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@
261261
REST_FRAMEWORK = {
262262
'DEFAULT_FILTER_BACKENDS': [
263263
'django_filters.rest_framework.DjangoFilterBackend',
264-
'rest_framework.filters.OrderingFilter',
265264
],
266265
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
267266
# Since the result set is stable, a basic pagination class is sufficient

0 commit comments

Comments
 (0)