Skip to content

Commit

Permalink
Added required argument to filter reference. (#1098)
Browse files Browse the repository at this point in the history
Fix #330
  • Loading branch information
carltongibson committed Mar 4, 2020
1 parent 62e621d commit bdb190b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ref/filters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ span relationships. Defaults to ``False``.
A boolean that specifies whether the Filter should use ``filter`` or ``exclude``
on the queryset. Defaults to ``False``.

``required``
~~~~~~~~~~~~

A boolean that specifies whether the Filter is required or not. Defaults to ``False``.


``**kwargs``
~~~~~~~~~~~~
Expand Down

0 comments on commit bdb190b

Please sign in to comment.