Skip to content

Commit 8f9ee1a

Browse files
committed
Update README.md
1 parent fe32832 commit 8f9ee1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Django admin multi-select filter is a Django app that allows you to add a multi-
77
```bash
88
pip install django-admin-multi-select-filter
99
```
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`):
1111
```python
1212
from django.contrib import admin
1313
from django_admin_multi_select_filter.filters import MultiSelectFieldListFilter

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-admin-multi-select-filter"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Django admin filter for multiple select"
55
readme = "README.md"
66
authors = [{ name = "Job Doesburg", email = "[email protected]" }]

0 commit comments

Comments
 (0)