Skip to content

Commit 696ef57

Browse files
committed
🔥 do not test django2.0.1 with py2.6
1 parent 63f58ab commit 696ef57

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ matrix:
2929
env: DJANGO_VERSION=1.10.7
3030
- python: 2.6
3131
env: DJANGO_VERSION=1.11.2
32+
- python: 2.6
33+
env: DJANGO_VERSION=2.0.1
3234
- python: 2.7
3335
env: DJANGO_VERSION=2.0.1
3436
- python: 3.3

changelog.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: django-excel
2+
organisation: webwares
3+
releases:
4+
- changes:
5+
- action: Added
6+
details:
7+
- '`pyexcel-io#46`, expose `bulk_save` to django developers'
8+
date: 11.01.2018
9+
version: 0.0.10
10+
- changes:
11+
- action: Added
12+
details:
13+
- bring isave_to_database and isave_book_to_database
14+
date: 12.07.2017
15+
version: 0.0.9
16+
- changes:
17+
- action: Added
18+
details:
19+
- '`pyexcel#39`, explicitly seeking at 0'
20+
date: 07.07.2017
21+
version: 0.0.8
22+
- changes:
23+
- action: Added
24+
details:
25+
- '`pyexcel#38`, Support unicode code as download file name'
26+
date: 29.06.2017
27+
version: 0.0.7
28+
- changes:
29+
- action: Updated
30+
details:
31+
- '`pyexcel#26`, raise ioerror if content is empty.'
32+
- Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its plugins.
33+
date: 12.22.2016
34+
version: 0.0.6
35+
- changes:
36+
- action: 'Added:'
37+
details:
38+
- Support for django 1.6.x
39+
- Tested against django 1.10
40+
date: 26.08.2016
41+
version: 0.0.5

0 commit comments

Comments
 (0)