File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Matches on a time. Used with ``TimeField`` by default.
51
51
Similar to a ``ChoiceFilter`` except it works with related models, used for
52
52
``ForeignKey`` by default.
53
53
54
- ``MultipleModelChoiceFilter ``
54
+ ``ModelMultipleChoiceFilter ``
55
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
57
57
Similar to a ``MultipleChoiceFilter`` except it works with related models, uesd
Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ Generic View
107
107
============
108
108
109
109
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
111
111
provide either a ``model`` or ``filter_class`` argument, similar to the
112
112
``create_update`` view in Django itself.
You can’t perform that action at this time.
0 commit comments