Skip to main content

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

  1. Install using pip:
    pip install django-admin-multi-select-filter
    
  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):
    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

File hashes

Hashes for django_admin_multi_select_filter-1.4.1.tar.gz
Algorithm Hash digest
SHA256 029bc1e2c64f181979a01706efc2c37d2f0da2e85276ad495a20e9d49167aa53
MD5 be9cf36c55e73394fca4d31f4ab15244
BLAKE2b-256 eb106d78c79751c84f932b4ae10b5e59125b96fba2ebab77ad7e32175c16dab6

See more details on using hashes here.

File details

Details for the file django_admin_multi_select_filter-1.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_multi_select_filter-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ef808428d64ec541970ce03b4ec14c21db157e3b578c96008a90e16006f1a42
MD5 8a74ada056975445bbcf1dbc938c16df
BLAKE2b-256 f1b9936cb28cc3d9467bd74bea05bbd38e6d7e225e8c196dd1b98eebaca9d14e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page