Skip to content

Releases: saxix/django-adminfilters

2.7

17 Nov 17:50

Choose a tag to compare

Version: 2.7.0 - see BACKWARD INCOMPATIBLE notes
🚀 New Features

  • Introduced DateInDateRange filter for PostgreSQL to filter dates within a specific range.
  • Added DateRangeDateFilter for filtering based on a date range.

✨ Improvements and Refactoring

  • Renamed date filters for better clarity and consistency.
  • Improved and updated tests for date filters.

CI/CD

  • Added support for Python 3.12 to the test matrix.
  • Integrated PostgreSQL service into the CI pipeline for more robust testing.
  • Various fixes and improvements to the CI/CD workflows.

BACKWARD INCOMPATIBLE

  • Renamed DateRangeFilter as DateFilter

2.6

02 Apr 13:30

Choose a tag to compare

2.6
  • fixes #43
  • new packaging
  • new documentation