forked from burke-software/django-report-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
68 lines (42 loc) · 1.65 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## 6.4
- Added Django 3.0 and 3.1 support (Thanks mzelazkiewicz)
## 6.3.2
- Fixed admin widgets (Thanks predatell)
- Angular updated to version 8
## 6.3.1
Botched 6.3.0 build process, no actual changes here
## 6.3
- Added Django 2.2 support. Django 1.11 and 2.1 are still supported.
- Unit tests finally run in Python 3.7 thanks to Celery supporting it
- Angular updated to version 7
## 6.2
- Added Python 3.7 support
## 6.1
- Added Django 2.1 support. 2.0 and 1.11 are still supported.
- Upgrade frontend to Angular 6
- Fixed django admin report edit page missing assets
## 6.0
- Added django 2.0 support. Droped support for Django 1.8 and 1.10 as Django no longer supports them
- Bug fixes
## 5.0
- Potentially breaking change - Rebuilt frontend in Angular 5. Should only affect those who customize the frontend.
## 4.0
- Breaking Change - drop support for python 2.7
- Added scheduled reports to email reports on recurring basis (with celery)
## 3.6
- Last version to support python 2.7
- Fix bug affecting Django 1.10 and 1.11
- Moved to tox for testing
## 3.5
- Compatible with Django 1.11
- Manifest containers only needed static assets, greatly reducing file size.
- No longer testing in Django 1.9, but probably still works.
- Remains in maintence mode - no features
## 3.4
- Switched from default angular theme to something more neutral
- Updated Angular Material version
- Some CSS fixes
- Limited Django 1.10 (use >=3.4.2) support see #239
- Django rest framework 3.4 support
## 3.3
Official support is now for Django 1.8 and 1.9. Python 2.7 and 3.5 (I'm sure 3.4 works but no longer unit testing it). For Django < 1.8 please use the 3.2 release.