Django admin multi-select filter
Django admin multi-select filter is a Django app that allows you to add a multi-select filter to the Django admin.
Installation
- Install using pip:
pip install django-admin-multi-select-filter
- Use the
MultiSelectFilter(orMultiSelectRelatedFieldListFilterwhen using on related fields) in your admin classes (you do not need to add the app toINSTALLED_APPS):from django.contrib import admin from django_admin_multi_select_filter.filters import MultiSelectFieldListFilter class MyModelAdmin(admin.ModelAdmin): list_filter = ( ... ('my_field', MultiSelectFieldListFilter), ... )
Release files for django-admin-multi-select-filter 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_admin_multi_select_filter-1.5.0.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_admin_multi_select_filter-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / django_admin_multi_select_filter-1.5.0.tar.gz
| Download URL | django_admin_multi_select_filter-1.5.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c992b970d43cee4d8720b7d7ca37db15b64457851a7f0f01402a7402be044813
|
|
BLAKE2b-256 checksum How to use checksums |
3cc3df6078b888eafaf0d05cc75b265d51bec77fbd1b06709876a6a3015b9e33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|
Release files / django_admin_multi_select_filter-1.5.0-py3-none-any.whl
| Download URL | django_admin_multi_select_filter-1.5.0-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a6b0e5d3ec5fb568947d2df251b31ca05c2700f82cd0d4bb8a4f24a455bc5740
|
|
BLAKE2b-256 checksum How to use checksums |
93cfdd6bf9ddb9763f98f78704f100e266cc29a2c1b38e655327a6faace5e5b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.9.23
|