File tree Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
If this is a security-related patch stop immediately!
3
-
4
3
See http://docs.django-cms.org/en/latest/contributing/development-policies.html
5
4
-->
6
5
10
9
Fixes #
11
10
12
11
13
-
14
12
### Links to related discussion
15
13
16
14
17
-
18
15
### Proposed changes in this pull request
19
16
20
17
21
- ### Documentation checklist
18
+ ### General checklist
22
19
23
- * [ ] I have updated CHANGELOG.txt if appropriate
24
- * [ ] I have updated the release notes document if appropriate, with:
25
- * [ ] general notes
26
- * [ ] bug-fixes
27
- * [ ] improvements/new features
28
- * [ ] backwards-incompatible changes
29
- * [ ] required upgrade steps
30
- * [ ] names of contributors
31
- * [ ] I have updated other documentation
32
- * [ ] I have added my name to the AUTHORS file
33
- * [ ] This PR's documentation has been approved by Daniele Procida
20
+ * [ ] I have updated the CHANGELOG.txt
21
+ * [ ] I have created backports if necessary
22
+ * [ ] I have updated the documentation and/or amended the upgrade section
23
+ if necessary
Original file line number Diff line number Diff line change @@ -10,13 +10,9 @@ python:
10
10
dist : xenial
11
11
sudo : false
12
12
13
- addons :
14
- apt :
15
- packages :
16
- - enchant
17
-
18
13
services :
19
14
- mysql
15
+ - postgresql
20
16
21
17
cache :
22
18
directories :
@@ -108,7 +104,7 @@ matrix:
108
104
- python : 3.6
109
105
env : TEST_DOCS=1 DJANGO=2.2 DATABASE_URL='sqlite://localhost/:memory:'
110
106
- python : 3.7
111
- env : TEST_DOCS=1 DJANGO=2.2 DATABASE_URL='sqlite ://localhost/:memory: '
107
+ env : DJANGO=2.2 DATABASE_URL='postgres ://postgres@127.0.0.1/djangocms_test '
112
108
allow_failures :
113
109
- python : 2.7
114
110
env : DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'
Original file line number Diff line number Diff line change 1
1
=== 3.7.0 (unreleased) ===
2
2
3
3
* Introduced Django 2.2 support.
4
+ * Introduced Python 3.7 support.
4
5
* Fixed test suite.
5
6
6
7
Original file line number Diff line number Diff line change 4
4
3.7.0 release notes
5
5
###################
6
6
7
- This release of django CMS concentrates on introducing support for Django 2.2 LTS.
7
+ This release of django CMS concentrates on introducing support for Django 2.2 LTS
8
+ and Python 3.7.
8
9
9
10
10
11
*******************
@@ -15,6 +16,7 @@ Improvements and new features
15
16
=============================
16
17
17
18
* introduced support for Django 2.2
19
+ * Introduced Python 3.7 support.
18
20
* Fixed test suite.
19
21
20
22
You can’t perform that action at this time.
0 commit comments