Skip to content

Commit 5a29983

Browse files
authored
Add missing import in docs
1 parent bc88883 commit 5a29983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/django-filters.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import from the ``django_filters`` subpackage.
2222

2323
.. code-block:: python
2424
25+
from django_filters import filters
2526
from rest_framework_datatables.django_filters.backends import DatatablesFilterBackend
2627
from rest_framework_datatables.django_filters.filterset import DatatablesFilterSet
2728
from rest_framework_datatables.django_filters.filters import GlobalFilter

0 commit comments

Comments
 (0)