Merge pull request #15373 from edx/jeskew/drf_upgrade_django_1.11

Bump DRF version to 3.6.3 for eventual Django 1.11 compatibility.
This commit is contained in:
John Eskew
2017-07-17 11:19:56 -04:00
committed by GitHub
18 changed files with 90 additions and 176 deletions

View File

@@ -1045,6 +1045,9 @@ INSTALLED_APPS = (
# Waffle related utilities
'openedx.core.djangoapps.waffle_utils',
# DRF filters
'django_filters',
)