Skip to content

0.7.0

Choose a tag to compare

@oli-dev0 oli-dev0 released this 08 Jul 09:07

This release makes changelist filters easier to use without taking permanent space away from admin tables.

Added

  • Added a compact filter button to changelist toolbars.
  • Added an active-filter indicator and count on the filter button.

Changed

  • Moved changelist filters into a popup panel instead of a fixed right-side column.
  • Tightened filter option styling so filter panels stay compact on desktop and mobile.
  • Kept the filter panel open after users click filter links on the same changelist.

Impact

  • Changelist tables get more horizontal room, especially on filtered admin pages.
  • Active filters are still visible from the toolbar, so users can tell when the current list is narrowed.
  • Filter-heavy admin pages feel less cramped while keeping Django admin's normal filter behavior.