-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #498 from edx/tuchfarber/ent-2015
Change DjangoFilterBackend import location
- Loading branch information
Showing
11 changed files
with
57 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# | ||
-e git+https://github.com/edx/[email protected]#egg=tincan==0.0.5.py.35 | ||
amqp==1.4.9 # via kombu | ||
aniso8601==6.0.0 | ||
aniso8601==7.0.0 | ||
anyjson==0.3.3 # via kombu | ||
argparse==1.4.0 # via caniusepython3 | ||
asn1crypto==0.24.0 # via cryptography | ||
|
@@ -45,7 +45,7 @@ djangorestframework-oauth==1.1.0 | |
djangorestframework-xml==1.3.0 | ||
djangorestframework==3.6.3 | ||
edx-django-oauth2-provider==1.3.5 | ||
edx-django-utils==1.0.3 # via edx-drf-extensions | ||
edx-django-utils==1.0.5 # via edx-drf-extensions | ||
edx-drf-extensions==2.3.1 | ||
edx-i18n-tools==0.4.8 | ||
edx-lint==1.3.0 | ||
|
@@ -59,7 +59,7 @@ future==0.17.1 # via pyjwkest | |
futures==3.1.1 | ||
html5lib==1.0.1 | ||
idna==2.8 # via cryptography, requests | ||
importlib-metadata==0.17 # via pluggy | ||
importlib-metadata==0.18 # via pluggy | ||
inflect==2.1.0 # via jinja2-pluralize | ||
ipaddress==1.0.22 # via cryptography | ||
isort==4.3.20 | ||
|
@@ -77,7 +77,7 @@ path.py==8.2.1 | |
pathlib2==2.3.3 # via importlib-metadata | ||
pbr==5.2.1 # via stevedore | ||
pillow==5.4.1 | ||
pip-tools==3.7.0 | ||
pip-tools==3.8.0 | ||
pkginfo==1.5.0.1 # via twine | ||
pluggy==0.12.0 # via tox | ||
polib==1.1.0 # via edx-i18n-tools | ||
|
@@ -99,7 +99,7 @@ pyparsing==2.4.0 # via packaging | |
python-dateutil==2.8.0 | ||
python-slugify==3.0.2 # via code-annotations | ||
pytz==2019.1 | ||
pyyaml==5.1 # via code-annotations, edx-i18n-tools | ||
pyyaml==5.1.1 # via code-annotations, edx-i18n-tools | ||
requests-toolbelt==0.9.1 # via twine | ||
requests==2.21.0 | ||
rest-condition==1.0.3 # via edx-drf-extensions | ||
|
@@ -112,7 +112,7 @@ six==1.12.0 # via astroid, bleach, cryptography, diff-cover, edx-d | |
slumber==0.7.1 # via edx-rest-api-client | ||
snowballstemmer==1.2.1 # via pydocstyle | ||
stevedore==1.30.1 # via code-annotations, edx-opaque-keys | ||
testfixtures==6.8.2 | ||
testfixtures==6.9.0 | ||
text-unidecode==1.2 # via python-slugify | ||
toml==0.10.0 # via tox | ||
tox-battery==0.5.1 | ||
|
@@ -126,3 +126,6 @@ webencodings==0.5.1 # via html5lib | |
wheel==0.33.4 | ||
wrapt==1.11.1 # via astroid | ||
zipp==0.5.1 # via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools==41.0.1 # via caniusepython3, tox, twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
-e git+https://github.com/edx/[email protected]#egg=tincan==0.0.5.py.35 | ||
alabaster==0.7.12 # via sphinx | ||
amqp==1.4.9 # via kombu | ||
aniso8601==6.0.0 | ||
aniso8601==7.0.0 | ||
anyjson==0.3.3 # via kombu | ||
asn1crypto==0.24.0 # via cryptography | ||
babel==2.7.0 # via sphinx | ||
|
@@ -41,7 +41,7 @@ djangorestframework==3.6.3 | |
doc8==0.8.0 | ||
docutils==0.14 | ||
edx-django-oauth2-provider==1.3.5 | ||
edx-django-utils==1.0.3 # via edx-drf-extensions | ||
edx-django-utils==1.0.5 # via edx-drf-extensions | ||
edx-drf-extensions==2.3.1 | ||
edx-opaque-keys==0.4.4 | ||
edx-rbac==0.2.1 | ||
|
@@ -78,7 +78,7 @@ pyparsing==2.4.0 # via packaging | |
python-dateutil==2.8.0 | ||
python-slugify==3.0.2 # via code-annotations | ||
pytz==2019.1 | ||
pyyaml==5.1 # via code-annotations | ||
pyyaml==5.1.1 # via code-annotations | ||
readme-renderer==24.0 | ||
requests==2.21.0 | ||
rest-condition==1.0.3 # via edx-drf-extensions | ||
|
@@ -93,9 +93,12 @@ sphinx==1.8.5 | |
sphinxcontrib-napoleon==0.6.1 | ||
sphinxcontrib-websupport==1.1.2 # via sphinx | ||
stevedore==1.30.1 # via code-annotations, doc8, edx-opaque-keys | ||
testfixtures==6.8.2 | ||
testfixtures==6.9.0 | ||
text-unidecode==1.2 # via python-slugify | ||
typing==3.6.6 # via sphinx | ||
unicodecsv==0.14.1 | ||
urllib3==1.24.3 # via requests | ||
webencodings==0.5.1 # via html5lib | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools==41.0.1 # via sphinx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
-e git+https://github.com/edx/[email protected]#egg=tincan==0.0.5.py.35 | ||
alabaster==0.7.12 # via sphinx | ||
amqp==1.4.9 # via kombu | ||
aniso8601==6.0.0 | ||
aniso8601==7.0.0 | ||
anyjson==0.3.3 # via kombu | ||
argparse==1.4.0 # via caniusepython3 | ||
asn1crypto==0.24.0 # via cryptography | ||
|
@@ -54,7 +54,7 @@ djangorestframework==3.6.3 | |
doc8==0.8.0 | ||
docutils==0.14 | ||
edx-django-oauth2-provider==1.3.5 | ||
edx-django-utils==1.0.3 # via edx-drf-extensions | ||
edx-django-utils==1.0.5 # via edx-drf-extensions | ||
edx-drf-extensions==2.3.1 | ||
edx-i18n-tools==0.4.8 | ||
edx-lint==1.3.0 | ||
|
@@ -74,7 +74,7 @@ futures==3.1.1 | |
html5lib==1.0.1 | ||
idna==2.8 # via cryptography, requests | ||
imagesize==1.1.0 # via sphinx | ||
importlib-metadata==0.17 # via pluggy, pytest | ||
importlib-metadata==0.18 # via pluggy, pytest | ||
inflect==2.1.0 # via jinja2-pluralize | ||
ipaddress==1.0.22 # via cryptography, faker | ||
isort==4.3.20 | ||
|
@@ -94,7 +94,7 @@ path.py==8.2.1 | |
pathlib2==2.3.3 # via importlib-metadata, pytest, pytest-django | ||
pbr==5.2.1 # via stevedore | ||
pillow==5.4.1 | ||
pip-tools==3.7.0 | ||
pip-tools==3.8.0 | ||
pkginfo==1.5.0.1 # via twine | ||
pluggy==0.12.0 # via pytest, tox | ||
pockets==0.7.2 # via sphinxcontrib-napoleon | ||
|
@@ -117,11 +117,11 @@ pyparsing==2.4.0 # via packaging | |
pytest-catchlog==1.2.2 | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.0 | ||
pytest==4.6.2 # via pytest-catchlog, pytest-cov, pytest-django | ||
pytest==4.6.3 # via pytest-catchlog, pytest-cov, pytest-django | ||
python-dateutil==2.8.0 | ||
python-slugify==3.0.2 # via code-annotations | ||
pytz==2019.1 | ||
pyyaml==5.1 # via code-annotations, edx-i18n-tools | ||
pyyaml==5.1.1 # via code-annotations, edx-i18n-tools | ||
readme-renderer==24.0 | ||
requests-toolbelt==0.9.1 # via twine | ||
requests==2.21.0 | ||
|
@@ -140,7 +140,7 @@ sphinx==1.8.5 | |
sphinxcontrib-napoleon==0.6.1 | ||
sphinxcontrib-websupport==1.1.2 # via sphinx | ||
stevedore==1.30.1 # via code-annotations, doc8, edx-opaque-keys | ||
testfixtures==6.8.2 | ||
testfixtures==6.9.0 | ||
text-unidecode==1.2 # via faker, python-slugify | ||
toml==0.10.0 # via tox | ||
tox-battery==0.5.1 | ||
|
@@ -156,3 +156,6 @@ webencodings==0.5.1 # via html5lib | |
wheel==0.33.4 | ||
wrapt==1.11.1 # via astroid | ||
zipp==0.5.1 # via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools==41.0.1 # via caniusepython3, sphinx, tox, twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# | ||
-e git+https://github.com/edx/[email protected]#egg=tincan==0.0.5.py.35 | ||
amqp==1.4.9 # via kombu | ||
aniso8601==6.0.0 | ||
aniso8601==7.0.0 | ||
anyjson==0.3.3 # via kombu | ||
asn1crypto==0.24.0 # via cryptography | ||
atomicwrites==1.3.0 # via pytest | ||
|
@@ -44,7 +44,7 @@ djangorestframework-oauth==1.1.0 | |
djangorestframework-xml==1.3.0 | ||
djangorestframework==3.6.3 | ||
edx-django-oauth2-provider==1.3.5 | ||
edx-django-utils==1.0.3 # via edx-drf-extensions | ||
edx-django-utils==1.0.5 # via edx-drf-extensions | ||
edx-drf-extensions==2.3.1 | ||
edx-opaque-keys==0.4.4 | ||
edx-rbac==0.2.1 | ||
|
@@ -58,7 +58,7 @@ funcsigs==1.0.2 # via mock, pytest | |
future==0.17.1 # via pyjwkest | ||
html5lib==1.0.1 | ||
idna==2.8 # via cryptography, requests | ||
importlib-metadata==0.17 # via pluggy, pytest | ||
importlib-metadata==0.18 # via pluggy, pytest | ||
inflect==2.1.0 # via jinja2-pluralize | ||
ipaddress==1.0.22 # via cryptography, faker | ||
jinja2-pluralize==0.3.0 # via diff-cover | ||
|
@@ -88,11 +88,11 @@ pyparsing==2.4.0 # via packaging | |
pytest-catchlog==1.2.2 | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.0 | ||
pytest==4.6.2 # via pytest-catchlog, pytest-cov, pytest-django | ||
pytest==4.6.3 # via pytest-catchlog, pytest-cov, pytest-django | ||
python-dateutil==2.8.0 | ||
python-slugify==3.0.2 # via code-annotations | ||
pytz==2019.1 | ||
pyyaml==5.1 # via code-annotations | ||
pyyaml==5.1.1 # via code-annotations | ||
requests==2.21.0 | ||
responses==0.10.6 | ||
rest-condition==1.0.3 # via edx-drf-extensions | ||
|
@@ -103,7 +103,7 @@ shortuuid==0.5.0 # via edx-django-oauth2-provider | |
six==1.12.0 # via bleach, cryptography, diff-cover, edx-drf-extensions, edx-opaque-keys, edx-rbac, faker, freezegun, html5lib, mock, more-itertools, packaging, pathlib2, pyjwkest, pytest, python-dateutil, responses, stevedore | ||
slumber==0.7.1 # via edx-rest-api-client | ||
stevedore==1.30.1 # via code-annotations, edx-opaque-keys | ||
testfixtures==6.8.2 | ||
testfixtures==6.9.0 | ||
text-unidecode==1.2 # via faker, python-slugify | ||
unicodecsv==0.14.1 | ||
urllib3==1.24.3 # via requests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# | ||
-e git+https://github.com/edx/[email protected]#egg=tincan==0.0.5.py.35 | ||
amqp==1.4.9 # via kombu | ||
aniso8601==6.0.0 | ||
aniso8601==7.0.0 | ||
anyjson==0.3.3 # via kombu | ||
asn1crypto==0.24.0 # via cryptography | ||
atomicwrites==1.3.0 # via pytest | ||
|
@@ -44,7 +44,7 @@ djangorestframework-oauth==1.1.0 | |
djangorestframework-xml==1.3.0 | ||
djangorestframework==3.6.3 | ||
edx-django-oauth2-provider==1.3.5 | ||
edx-django-utils==1.0.3 # via edx-drf-extensions | ||
edx-django-utils==1.0.5 # via edx-drf-extensions | ||
edx-drf-extensions==2.3.1 | ||
edx-opaque-keys==0.4.4 | ||
edx-rbac==0.2.1 | ||
|
@@ -58,7 +58,7 @@ funcsigs==1.0.2 # via mock, pytest | |
future==0.17.1 # via pyjwkest | ||
html5lib==1.0.1 | ||
idna==2.8 # via cryptography, requests | ||
importlib-metadata==0.17 # via pluggy, pytest | ||
importlib-metadata==0.18 # via pluggy, pytest | ||
inflect==2.1.0 # via jinja2-pluralize | ||
ipaddress==1.0.22 # via cryptography, faker | ||
jinja2-pluralize==0.3.0 # via diff-cover | ||
|
@@ -88,11 +88,11 @@ pyparsing==2.4.0 # via packaging | |
pytest-catchlog==1.2.2 | ||
pytest-cov==2.7.1 | ||
pytest-django==3.5.0 | ||
pytest==4.6.2 # via pytest-catchlog, pytest-cov, pytest-django | ||
pytest==4.6.3 # via pytest-catchlog, pytest-cov, pytest-django | ||
python-dateutil==2.8.0 | ||
python-slugify==3.0.2 # via code-annotations | ||
pytz==2019.1 | ||
pyyaml==5.1 # via code-annotations | ||
pyyaml==5.1.1 # via code-annotations | ||
requests==2.21.0 | ||
responses==0.10.6 | ||
rest-condition==1.0.3 # via edx-drf-extensions | ||
|
@@ -103,7 +103,7 @@ shortuuid==0.5.0 # via edx-django-oauth2-provider | |
six==1.12.0 # via bleach, cryptography, diff-cover, edx-drf-extensions, edx-opaque-keys, edx-rbac, faker, freezegun, html5lib, mock, more-itertools, packaging, pathlib2, pyjwkest, pytest, python-dateutil, responses, stevedore | ||
slumber==0.7.1 # via edx-rest-api-client | ||
stevedore==1.30.1 # via code-annotations, edx-opaque-keys | ||
testfixtures==6.8.2 | ||
testfixtures==6.9.0 | ||
text-unidecode==1.2 # via faker, python-slugify | ||
unicodecsv==0.14.1 | ||
urllib3==1.24.3 # via requests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters