File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
2- python :
3- - 2.7
4- - 3.5
52branches :
63 only :
74 - master
85env :
96 global :
107 - DJANGO_SETTINGS_MODULE=sample_project.settings
11- matrix :
12- - DJANGO_VERSION=1.11
13- - DJANGO_VERSION=2.1
8+ matrix :
9+ include :
10+ - python : " 2.7"
11+ env : DJANGO_VERSION=1.11
12+ - python : " 3.5"
13+ env : DJANGO_VERSION=1.11
14+ - python : " 3.5"
15+ env : DJANGO_VERSION=2.1
1416install :
1517 - pip install flake8
1618 - pip install -q Django==$DJANGO_VERSION
Original file line number Diff line number Diff line change 11== Change Log ==
22
3+ === Version 0.13.0 ===
4+ * NEW #263: Added support for Django 2.1, drop support for Django 1.8
5+
6+
37=== Version 0.12.0, November 11, 2017 ===
48* NEW #230: Added support for Django 1.11
59* NEW #226: Added previous and next commit navigation to the changes view
You can’t perform that action at this time.
0 commit comments