Skip to content

Commit 1a6c239

Browse files
teleniekoalex
authored andcommitted
Typos in documentation.
1 parent dba0f38 commit 1a6c239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ref/filters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Matches on a time. Used with ``TimeField`` by default.
5151
Similar to a ``ChoiceFilter`` except it works with related models, used for
5252
``ForeignKey`` by default.
5353

54-
``MultipleModelChoiceFilter``
54+
``ModelMultipleChoiceFilter``
5555
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5656

5757
Similar to a ``MultipleChoiceFilter`` except it works with related models, uesd

docs/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ Generic View
107107
============
108108

109109
In addition to the above usage there is also a generic view included in
110-
django-filter, which lives at ``django_filters.view.object_filter``. You must
110+
django-filter, which lives at ``django_filters.views.object_filter``. You must
111111
provide either a ``model`` or ``filter_class`` argument, similar to the
112112
``create_update`` view in Django itself.

0 commit comments

Comments
 (0)