File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.13.3] - 2025-07-05
4+ ### Fix
5+ - Fix can't clear the filters #132
6+
37## [ 0.13.2] - 2024-08-24
48### Fix
59 - Fix prevent datetimeshortcuts from rendering multiple times (#129 ) (thx @vxsx )
5862
5963## [ 0.10.0] - 2023-04-08
6064### Added
61- - Add builders. Now you can use Builders to create filters:
65+ - Add builders. Now you can use Builders to create filters:
6266` DateRangeFilterBuilder ` , ` DateTimeRangeFilterBuilder ` , ` NumericRangeFilterBuilder ` .
6367Its useful for definition custom title or initial (default) values.
6468- Compatibility Django 4.2
@@ -234,7 +238,8 @@ Its useful for definition custom title or initial (default) values.
234238- Add get_timezone
235239- Drop support Django < 1.8
236240
237- [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.2...HEAD
241+ [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.13.3...HEAD
242+ [ 0.13.2 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.2...v0.13.3
238243[ 0.13.2 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.1...v0.13.2
239244[ 0.13.1 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.13.0...v0.13.1
240245[ 0.13.0 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.5...v0.13.0
Original file line number Diff line number Diff line change 33import django
44
55__author__ = "Dmitriy Sokolov"
6- __version__ = "0.13.2 "
6+ __version__ = "0.13.3 "
77
88if django .VERSION < (3 , 2 ):
99 default_app_config = "rangefilter.apps.RangeFilterConfig"
You can’t perform that action at this time.
0 commit comments