jazzband/django-smart-selects
chained and grouped selects for django forms observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6343
- days_rel: 672
- days_push: 672
- n_releases_24m: 1
Adoption not part of the score
1145 stars · 344 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Django app providing custom foreign key and many-to-many model fields that create chained (dependent) select dropdowns in forms and the admin. Chained options are loaded dynamically via AJAX queries filtered by the parent field's value.
Use cases
- filter country/state/city dropdowns in django forms
- chained foreign key selects in django admin
- load dependent dropdown options via ajax in django
- group model choices by parent field in django
- cascade select fields in django admin site
When to choose
- you need dependent/chained select fields in Django forms or admin with minimal setup
- you want automatic AJAX filtering of related model options
- your data is non-sensitive and the default world-readable AJAX endpoint is acceptable
When to avoid
- you need permission checks on the chained data endpoint - this package enforces none by default
- you need advanced autocomplete features like search-as-you-type; django-autocomplete-light is better suited
- you are not using Django
Facets
library · maturity active
form-handling ui-components middleware web-development backend frontend python django chained-selects foreign-key ajax admin forms web-server
2 sources
- readme: https://github.com/jazzband/django-smart-selects · fetched 2026-08-28 · 3a17bc3d86fa
- registry_pypi: https://pypi.org/pypi/django-smart-selects/json · fetched 2026-08-29 · 23bd606905d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jazzband/django-smart-selects | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jazzband/django-smart-selects")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem