{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/17"},{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/5"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Provides a collection of Django admin filter classes\u2014dropdown, multi-select, and annotation-based filters\u2014that extend the built-in admin filtering interface with more flexible widget options.","skillfed_tags":["django-admin","ui-filtering"],"use_cases":["Replace default admin filters with dropdown widgets for cleaner, more compact filter panels in large admin interfaces.","Implement multi-select filtering to allow users to filter by multiple values simultaneously rather than one at a time.","Add filtering capabilities to computed/annotated model attributes that the standard Django admin cannot filter directly.","Improve UX in admin list views by using familiar dropdown and checkbox widgets instead of radio buttons or link lists.","Build admin interfaces for models with many related objects where choice-limited filtering reduces noise."],"what_it_does":"django-more-admin-filters extends Django's admin interface with a set of filter classes designed to replace the default list filters with more user-friendly widgets. It focuses on dropdown-based filtering, multi-select options, and support for annotated model attributes\u2014features the standard Django admin does not provide out of the box. The package includes filters for regular fields, related fields, choice fields, and annotated attributes, allowing developers to build more intuitive filtering experiences in the admin backend.\n\nThe package is installed as a Django app and integrated into ModelAdmin classes by specifying filter classes in the list_filter attribute. For annotated attributes, filters must be initialized with the attribute name explicitly. It has been in production use since 2020 and supports Django versions from 2.2 through 6.0, though recent maintenance activity is limited.","worth_installing":"Yes, if you are actively maintaining a Django admin interface and need better filter widgets. The package is stable (Production/Stable status), has no known vulnerabilities, and carries a permissive license. However, maintenance is aging (last commit 219 days ago); adopt it only if you can tolerate slow or infrequent updates, or if you are willing to fork or patch it yourself if Django changes break compatibility."},"id":"django-more-admin-filters","links":{"html":"https://skillfed.io/packages/django-more-admin-filters","md":"https://skillfed.io/packages/django-more-admin-filters.md","pypi":"https://pypi.org/project/django-more-admin-filters/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-07","license_spdx":null,"license_treatment":"permissive","name":"django-more-admin-filters","python_support":"unspecified","summary":"Additional filters for django-admin."},"popularity":{"monthly_downloads":101728,"position":12920,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.15"}
