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

django-admin-multi-select-filter-1.3.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file django-admin-multi-select-filter-1.3.0.tar.gz.

File metadata

File hashes

Hashes for django-admin-multi-select-filter-1.3.0.tar.gz
Algorithm Hash digest
SHA256 2f2c7a4a66fbed230368512ddbe3a2bb491281f4692763785ec007b2e20696ee
MD5 8a9cea3840eafd473692b6461f8cff96
BLAKE2b-256 4702f8d5ccb6483c66dabf3014c6c73c5245427364cbada88bb666501f9b0ac9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_admin_multi_select_filter-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c29a92f02d938d0acc6f1a9618030d03304752d768a352865064ba5179e602e6
MD5 7f7ed6b446743921215e20be576304fe
BLAKE2b-256 f4d809fa214d8e5c9f47dd89ad8363f585bb7afd215551719d9dfd5dc1cbafe9

See more details on using hashes here.

Supported by

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