You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Django admin multi-select filter is a Django app that allows you to add a multi-
7
7
```bash
8
8
pip install django-admin-multi-select-filter
9
9
```
10
-
2. Use the `MultiSelectFilter`in your admin classes (you do**not** need to add the app to `INSTALLED_APPS`):
10
+
2. Use the `MultiSelectFilter`(or `MultiSelectRelatedFieldListFilter` when using on related fields) in your admin classes (you do**not** need to add the app to `INSTALLED_APPS`):
11
11
```python
12
12
from django.contrib import admin
13
13
from django_admin_multi_select_filter.filters import MultiSelectFieldListFilter
0 commit comments