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 1
1
## [ Unreleased]
2
2
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
+
3
10
## [ 0.12.0] - 2023-12-09
4
11
### Added
5
12
- Compatibility Django 5
@@ -198,7 +205,8 @@ Its useful for definition custom title or initial (default) values.
198
205
- Add get_timezone
199
206
- Drop support Django < 1.8
200
207
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
202
210
[ 0.12.0 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
203
211
[ 0.11.2 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
204
212
[ 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 3
3
import django
4
4
5
5
__author__ = "Dmitriy Sokolov"
6
- __version__ = "0.12.0 "
6
+ __version__ = "0.12.1 "
7
7
8
8
if django .VERSION < (3 , 2 ):
9
9
default_app_config = "rangefilter.apps.RangeFilterConfig"
You can’t perform that action at this time.
0 commit comments