File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.12.1] - 2024-02-12
4+ ### Added
5+ - Use current timezone instead of default #114
6+
7+ ### Fix
8+ - DateTimeRangeFilter: upper time bound includes microseconds #115
9+
310## [ 0.12.0] - 2023-12-09
411### Added
512- Compatibility Django 5
@@ -198,7 +205,8 @@ Its useful for definition custom title or initial (default) values.
198205- Add get_timezone
199206- Drop support Django < 1.8
200207
201- [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.0...HEAD
208+ [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.1...HEAD
209+ [ 0.12.1 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.12.0...v0.12.1
202210[ 0.12.0 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
203211[ 0.11.2 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
204212[ 0.11.1 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.0...v0.11.1
Original file line number Diff line number Diff line change 33import django
44
55__author__ = "Dmitriy Sokolov"
6- __version__ = "0.12.0 "
6+ __version__ = "0.12.1 "
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