Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocalil authored and bruno-fs committed Sep 21, 2018
1 parent 47a9278 commit 48edb7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_filters/filterset.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def qs(self):
value = self.form.cleaned_data.get(name)

if value is not None: # valid & clean data
qs = qs._next_is_sticky()
qs = filter_.filter(qs, value)

self._qs = qs
Expand Down

0 comments on commit 48edb7c

Please sign in to comment.