We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cd879 commit 182131dCopy full SHA for 182131d
docs/filtering.rst
@@ -107,10 +107,10 @@ features of ``django-filter``. This is done by transparently creating a
107
``django_filters.FilterSet`` class for you and passing in the values for
108
``filter_fields``.
109
110
-However, you may find this to be insufficient. In these cases you can
111
-create your own ``FilterSet``. You can pass it directly as follows:
+However, you may find this to be insufficient. In these cases you can
+create your own ``FilterSet``. You can pass it directly as follows:
112
113
-.. code:: python
+.. code:: python
114
115
class AnimalNode(DjangoObjectType):
116
class Meta:
0 commit comments