Changes one more occurence of the django-filter link.

This commit is contained in:
Haris Ibrahim K. V 2017-08-15 14:32:59 +05:30 committed by GitHub
parent b9c8bb57be
commit bf2b5a940e

View File

@ -26,7 +26,7 @@ Filterable fields
The ``filter_fields`` parameter is used to specify the fields which can The ``filter_fields`` parameter is used to specify the fields which can
be filtered upon. The value specified here is passed directly to be filtered upon. The value specified here is passed directly to
``django-filter``, so see the `filtering ``django-filter``, so see the `filtering
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__ documentation <https://django-filter.readthedocs.io/en/latest/guide/usage.html#the-filter>`__
for full details on the range of options available. for full details on the range of options available.
For example: For example: