Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
#213 Add support for field filtering in request URLs
Browse files Browse the repository at this point in the history
Use the 'djangorestframework-queryfields' library to add
support for filtering fields in API results.

See djangorestframework-queryfields.readthedocs.io/en/latest/usage.html
  • Loading branch information
jmurty committed May 16, 2017
1 parent 586d78d commit 0a5240f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e .[api,brightcove,dev,docs,django18,forms,glamkit,project,search,test]
-e git+https://github.com/ic-labs/icekit-events.git@ef0d20368f6578d59937de344125255ba2a4b542#egg=icekit-events
-e git+https://github.com/ic-labs/glamkit-collections.git@b17bca209afe5d904b40ef6ee2df4cfb0b4fc977#egg=glamkit-collections
-e git+https://github.com/ic-labs/glamkit-collections.git@ee8f2784b86293260ef141890cdf318c2bd403b6#egg=glamkit-collections
-e git+https://github.com/ic-labs/icekit-press-releases.git@35453b26502d3cf6cd433bffde546eb0102b942d#egg=icekit-press-releases
-e git+https://github.com/ixc/django-dynamic-fixture.git@caeb3427399edd3b0d589516993c7da55e0de560#egg=django-dynamic-fixture
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def find_packages(*paths):
'djangorestframework',
'django-rest-swagger',
'djangorestframework-filters',
'djangorestframework-queryfields',
],
'brightcove': [
'django-brightcove',
Expand Down

0 comments on commit 0a5240f

Please sign in to comment.