0.11.0
This release makes large many-to-many admin fields easier to scan and filter.
Added
- Added an enhanced horizontal selector for Django admin many-to-many fields.
- Added a
Filter itemssearch box inside the enhanced selector. - Added selected counts, a clear-selected control, and add/remove visible controls.
- Added category and section grouping when option labels provide structured text.
Changed
- Reworked the horizontal selector layout so relationship fields can be scanned in compact columns instead of two large native multi-select boxes.
- Kept the underlying Django select fields synchronized so normal form submission and permissions still work.
Impact
- Admin users can work through larger relationship fields faster.
- Many-to-many fields feel closer to the rest of Vanta's compact admin interface.
- Projects keep Django admin's server-rendered form behavior while getting a clearer browser-facing selector.