Upgrade django-rest-framework version to edX fork, which is DRF v3.6.3
with a custom patch needed by edx-platform. Upgrade django-filter as well to v1.0.4 Import DjangoFilterBackend from the correct module - django_filter. Add django-filter to INSTALLED_APPS.
This commit is contained in:
@@ -1045,6 +1045,9 @@ INSTALLED_APPS = (
|
||||
|
||||
# Waffle related utilities
|
||||
'openedx.core.djangoapps.waffle_utils',
|
||||
|
||||
# DRF filters
|
||||
'django_filters',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user