Django admin filter for multiple select
Project description
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
(orMultiSelectRelatedFieldListFilter
when 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), ... )
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_admin_multi_select_filter-1.4.1.tar.gz
.
File metadata
- Download URL: django_admin_multi_select_filter-1.4.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 029bc1e2c64f181979a01706efc2c37d2f0da2e85276ad495a20e9d49167aa53 |
|
MD5 | be9cf36c55e73394fca4d31f4ab15244 |
|
BLAKE2b-256 | eb106d78c79751c84f932b4ae10b5e59125b96fba2ebab77ad7e32175c16dab6 |
File details
Details for the file django_admin_multi_select_filter-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: django_admin_multi_select_filter-1.4.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ef808428d64ec541970ce03b4ec14c21db157e3b578c96008a90e16006f1a42 |
|
MD5 | 8a74ada056975445bbcf1dbc938c16df |
|
BLAKE2b-256 | f1b9936cb28cc3d9467bd74bea05bbd38e6d7e225e8c196dd1b98eebaca9d14e |