10000 updates · django-cms/django-cms@617cbac · GitHub
[go: up one dir, main page]

Skip to content

Commit 617cbac

Browse files
committed
updates
1 parent 5415174 commit 617cbac

File tree

4 files changed

+11
-22
lines changed

4 files changed

+11
-22
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--
22
If this is a security-related patch stop immediately!
3-
43
See http://docs.django-cms.org/en/latest/contributing/development-policies.html
54
-->
65

@@ -10,24 +9,15 @@
109
Fixes #
1110

1211

13-
1412
### Links to related discussion
1513

1614

17-
1815
### Proposed changes in this pull request
1916

2017

21-
### Documentation checklist
18+
### General checklist
2219

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

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ python:
1010
dist: xenial
1111
sudo: false
1212

13-
addons:
14-
apt:
15-
packages:
16-
- enchant
17-
1813
services:
1914
- mysql
15+
- postgresql
2016

2117
cache:
2218
directories:
@@ -108,7 +104,7 @@ matrix:
108104
- python: 3.6
109105
env: TEST_DOCS=1 DJANGO=2.2 DATABASE_URL='sqlite://localhost/:memory:'
110106
- 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'
112108
allow_failures:
113109
- python: 2.7
114110
env: DJANGO=1.11 DATABASE_URL='sqlite://localhost/:memory:'

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
=== 3.7.0 (unreleased) ===
22

33
* Introduced Django 2.2 support.
4+
* Introduced Python 3.7 support.
45
* Fixed test suite.
56

67

docs/upgrade/3.7.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
3.7.0 release notes
55
###################
66

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.
89

910

1011
*******************
@@ -15,6 +16,7 @@ Improvements and new features
1516
=============================
1617

1718
* introduced support for Django 2.2
19+
* Introduced Python 3.7 support.
1820
* Fixed test suite.
1921

2022

0 commit comments

Comments
 (0)
0