Skip to content

Commit b3d0dc9

Browse files
FinalAngelevildmpNicolaiRidani
authored
Backport 3.8.0 release to develop (django-cms#6929)
* Release django CMS RC1 (django-cms#6906) * Bumped version to 3.8.0 * building locales * add translation files * added new translations * compile new static files * add bug fixe section to upgrade docs * changed version to use rc1! * Backport django-cms#6910, django-cms#6913 and django-cms#6925 (django-cms#6927) * Improved documentation (django-cms#6910) * Improved Makefile * Restored Previous/Next navigation in the tutorial Use: :sequential_nav: both :sequential_nav: prev :sequential_nav: next in documents to generate the required navigation. * Removed broken link to MIDDLEWARE_CLASSES documentation * Improved documentation building Fix failing RTD build * Makefile uses python3 * added cms to requirements * Updated the content for django CMS’s development community (django-cms#6913) * Updated the content for django CMS’s development community * include core developers * Update README.rst (django-cms#6925) Co-authored-by: Daniele Procida <[email protected]> Co-authored-by: Nicolai <[email protected]> * Release 3.8.0 (django-cms#6928) * generate messages * bumped version to 3.8.0 * remove old static files * added new static files * added release date * precent occasional failures due to timeouts * allow all failures Co-authored-by: Daniele Procida <[email protected]> Co-authored-by: Nicolai <[email protected]>
1 parent 46ad18f commit b3d0dc9

File tree

160 files changed

+187
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+187
-164
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,12 @@ matrix:
9797
- python: 3.8
9898
env: DJANGO=3.1 DATABASE_URL='postgres://[email protected]/djangocms_test' AUTH_USER_MODEL='customuserapp.User'
9999
allow_failures:
100+
- python: 3.6
101+
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=1 DJANGO=2.2 DATABASE_URL='sqlite://localhost/testdb.sqlite'
100102
- python: 3.6
101103
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=2 DJANGO=2.2 DATABASE_URL='sqlite://localhost/testdb.sqlite'
104+
- python: 3.6
105+
env: FRONTEND=1 INTEGRATION=1 INTEGRATION_TESTS_BUCKET=3 DJANGO=2.2 DATABASE_URL='sqlite://localhost/testdb.sqlite'
102106

103107
before_script:
104108
- pip freeze

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
=========
44

55

6-
3.8.0 (unreleased)
6+
3.8.0 (2020-10-28)
77
==================
88

99
* Introduced support for Django 3.1

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
__version__ = '3.8.0rc1'
2+
__version__ = '3.8.0'
33

44
default_app_config = 'cms.apps.CMSConfig'

cms/locale/ar/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: django CMS\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2020-09-16 15:42+0200\n"
21+
"POT-Creation-Date: 2020-10-28 10:45+0100\n"
2222
"PO-Revision-Date: 2020-04-21 13:37+0000\n"
2323
"Last-Translator: Bashar Al-Abdulhadi\n"
2424
"Language-Team: Arabic (http://www.transifex.com/divio/django-cms/language/ar/)\n"

cms/locale/ar/LC_MESSAGES/djangojs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: django CMS\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-09-16 15:43+0200\n"
15+
"POT-Creation-Date: 2020-10-28 10:46+0100\n"
1616
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
1717
"Last-Translator: Paulo Alvarado <[email protected]>\n"
1818
"Language-Team: Arabic (http://www.transifex.com/divio/django-cms/language/ar/)\n"

cms/locale/bg/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: django CMS\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2020-09-16 15:42+0200\n"
16+
"POT-Creation-Date: 2020-10-28 10:45+0100\n"
1717
"PO-Revision-Date: 2020-04-21 13:37+0000\n"
1818
"Last-Translator: Venelin Stoykov <[email protected]>\n"
1919
"Language-Team: Bulgarian (http://www.transifex.com/divio/django-cms/language/bg/)\n"

cms/locale/bg/LC_MESSAGES/djangojs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: django CMS\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-09-16 15:43+0200\n"
14+
"POT-Creation-Date: 2020-10-28 10:46+0100\n"
1515
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
1616
"Last-Translator: Paulo Alvarado <[email protected]>\n"
1717
"Language-Team: Bulgarian (http://www.transifex.com/divio/django-cms/language/bg/)\n"

cms/locale/bn/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: django CMS\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2020-09-16 15:42+0200\n"
12+
"POT-Creation-Date: 2020-10-28 10:45+0100\n"
1313
"PO-Revision-Date: 2020-04-21 13:37+0000\n"
1414
"Last-Translator: Aniruddha Adhikary <[email protected]>\n"
1515
"Language-Team: Bengali (http://www.transifex.com/divio/django-cms/language/bn/)\n"

cms/locale/bn/LC_MESSAGES/djangojs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: django CMS\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2020-09-16 15:43+0200\n"
12+
"POT-Creation-Date: 2020-10-28 10:46+0100\n"
1313
"PO-Revision-Date: 2018-01-11 16:38+0000\n"
1414
"Last-Translator: Paulo Alvarado <[email protected]>\n"
1515
"Language-Team: Bengali (http://www.transifex.com/divio/django-cms/language/bn/)\n"

cms/locale/ca/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: django CMS\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2020-09-16 15:42+0200\n"
15+
"POT-Creation-Date: 2020-10-28 10:45+0100\n"
1616
"PO-Revision-Date: 2020-04-21 13:37+0000\n"
1717
"Last-Translator: Roger Pons <[email protected]>\n"
1818
"Language-Team: Catalan (http://www.transifex.com/divio/django-cms/language/ca/)\n"

0 commit comments

Comments
 (0)