Django Admin Filter __in query string
A hack to add __in ability to links generated in the Django Admin Filter which will add and remove values instead of only allowing to filter a single value per field. Example ?age_group__in=under25%2C25-35
- filter
- Admin
- ChangeList
- query_string