From a8606d92e52e9135accce34b0ff934f4bc58777f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 19 Jul 2019 15:54:54 +0200 Subject: [PATCH 1/2] [fix] never set DEBUG = True in production --- conf/settings_history/settings.3.6.1.py | 2 +- conf/settings_history/settings.3.7.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/settings_history/settings.3.6.1.py b/conf/settings_history/settings.3.6.1.py index ff77791..a3902f9 100644 --- a/conf/settings_history/settings.3.6.1.py +++ b/conf/settings_history/settings.3.6.1.py @@ -27,7 +27,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = True +DEBUG = False ADMINS = ( # ('Your Name', 'your_email@example.com'), diff --git a/conf/settings_history/settings.3.7.py b/conf/settings_history/settings.3.7.py index 83343d6..14eb893 100644 --- a/conf/settings_history/settings.3.7.py +++ b/conf/settings_history/settings.3.7.py @@ -28,7 +28,7 @@ from logging.handlers import SysLogHandler # Django settings for Weblate project. # -DEBUG = True +DEBUG = False ADMINS = ( # ('Your Name', 'your_email@example.com'), From 5073795b2edbf1e355886a94b845eefbb3f47009 Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 31 Jul 2019 01:49:46 +0200 Subject: [PATCH 2/2] Bump version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c134bce..5621cd9 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ "description": { "en": "A translation platform using Git and Python" }, - "version": "3.7.0~ynh1", + "version": "3.7.0~ynh2", "url": "https://weblate.org", "license": "AGPL-3.0", "maintainer": {