Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update django-filter & django-guardian
  • Loading branch information
Ryan P Kilby committed Sep 15, 2016
commit bb37cb79929e145714c0018d90aed93e1d58d5a4
4 changes: 2 additions & 2 deletions requirements/requirements-optionals.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Optional packages which may be used with REST framework.
markdown==2.6.4
django-guardian==1.4.3
django-filter==0.13.0
django-guardian==1.4.6
django-filter==0.14.0
coreapi==1.32.0
1 change: 1 addition & 0 deletions tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class BaseFilterableItemFilter(django_filters.FilterSet):

class Meta:
model = BaseFilterableItem
fields = '__all__'

class BaseFilterableItemFilterRootView(generics.ListCreateAPIView):
queryset = FilterableItem.objects.all()
Expand Down