{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Provides autocomplete widgets for Django forms that integrate with Django's choice and model choice fields, supporting both native web components and select2.js.","skillfed_tags":["django-forms","autocomplete-ui","select2"],"use_cases":["Replace a large dropdown of database records with a searchable autocomplete field in a Django admin or custom form.","Build multi-step forms where available choices in one field depend on selections in another field.","Add autocomplete to inline formsets that are created dynamically without page reload.","Implement custom autocomplete logic with your own queryset filtering and choice creation rules.","Migrate from plain select fields to select2.js-powered autocompletes with minimal code changes."],"what_it_does":"django-autocomplete-light is a Django form widget library that replaces standard choice and model choice fields with autocomplete-enabled alternatives. It lets users type to filter options rather than scrolling through static lists, improving UX for forms with many choices. The package supports both a native web component (dal_alight) and select2.js, and handles Django's multiple choice fields, model relationships, and generic foreign keys.\n\nThe library is designed for developers building Django applications who need to add search-as-you-type functionality to forms without heavy client-side configuration. It integrates directly into Django's form system, supports dynamic widget creation for inline forms, and includes a test API for custom autocomplete logic. The single runtime dependency (django) keeps installation friction low.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and solves a common Django UX problem with low install friction. It is well-established (in production since 2012) and supports current Python and Django versions. Install it if you need autocomplete widgets in Django forms."},"id":"django-autocomplete-light","links":{"html":"https://skillfed.io/packages/django-autocomplete-light","md":"https://skillfed.io/packages/django-autocomplete-light.md","pypi":"https://pypi.org/project/django-autocomplete-light/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-18","license_spdx":null,"license_treatment":"permissive","name":"django-autocomplete-light","python_support":"supports_current","summary":"Fresh autocompletes for Django"},"popularity":{"monthly_downloads":754728,"position":5143,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.0.0"}
