Releases: saxix/django-adminfilters
Releases · saxix/django-adminfilters
2.7
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