File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.4.2] - 2020-11-29
5
+
6
+ - Properly initialize Datepicker (#12 @squio )
7
+ - Use previous date-range for initialization if it exists
8
+
9
+
4
10
## [ 0.4.1] - 2020-11-26
5
11
6
12
- Bring back calculateTotalOnObjectArray (#11 )
@@ -28,8 +34,7 @@ All notable changes to this project will be documented in this file.
28
34
29
35
## [ 0.2.8] - 2020-10-05
30
36
### Updated
31
- - Fixed an error with ManyToOne Relation not being able to
32
- get its verbose name
37
+ - Fixed an error with ManyToOne Relation not being able to get its verbose name (@mswastik )
33
38
34
39
35
40
## [ 0.2.7] - 2020-07-24
Original file line number Diff line number Diff line change 1
1
2
2
default_app_config = 'slick_reporting.apps.ReportAppConfig'
3
3
4
- VERSION = (0 , 4 , 1 )
4
+ VERSION = (0 , 4 , 2 )
5
5
6
- __version__ = '0.4.1 '
6
+ __version__ = '0.4.2 '
You can’t perform that action at this time.
0 commit comments