File tree Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.12.0] - 2023-12-09
4
+ ### Added
5
+ - Compatibility Django 5
6
+ - Added Greek translation (thx @tagmat ) #111
7
+
8
+ ### Fix
9
+ - NumericRangeFilter: Fix SCP
10
+
3
11
## [ 0.11.2] - 2023-09-10
4
12
### Fix
5
13
- NumericRangeFilter: Fix filter for the value zero (#105 ) (thx @autoantwort )
@@ -190,7 +198,8 @@ Its useful for definition custom title or initial (default) values.
190
198
- Add get_timezone
191
199
- Drop support Django < 1.8
192
200
193
- [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.11.2...HEAD
201
+ [ Unreleased ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/0.12.0...HEAD
202
+ [ 0.12.0 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.2...v0.12.0
194
203
[ 0.11.2 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.1...v0.11.2
195
204
[ 0.11.1 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.11.0...v0.11.1
196
205
[ 0.11.0 ] : https://github.com/silentsokolov/django-admin-rangefilter/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 3
3
import django
4
4
5
5
__author__ = "Dmitriy Sokolov"
6
- __version__ = "0.11.2 "
6
+ __version__ = "0.12.0 "
7
7
8
8
if django .VERSION < (3 , 2 ):
9
9
default_app_config = "rangefilter.apps.RangeFilterConfig"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments