Releases: silentsokolov/django-admin-rangefilter
Releases · silentsokolov/django-admin-rangefilter
0.13.3
Fix
- Fix can't clear the filters #132
0.13.2
Fix
- Fix prevent datetimeshortcuts from rendering multiple times (#129) (thx @vxsx)
0.13.0
Added
- Compatibility Django 5
- Add support for collapsable filter (Django >= 4.1) (#120). Change the default range template
A big thanks to @mgrdcm
0.12.5
Fix
- Fix quick select template property #118
v0.12.2
Fix
- DateTimeRangeFilter: microsecond is optional
0.12.1
Added
Fix
- DateTimeRangeFilter: upper time bound includes microseconds #115 (@ef-end-y)
0.12.0
Added
- Compatibility Django 5
- Added Greek translation #111 (thx @tagmat)
Fix
- NumericRangeFilter: Fix SCP