forked from burke-software/django-report-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
30 lines (20 loc) · 854 Bytes
/
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
## 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.