From f3e7be723e7ea0037fcd123d3ac556c4da4857e8 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 8 Apr 2022 20:54:24 +0000 Subject: [PATCH] Update git submodules * Update horizon from branch 'master' to 11a331c3721c0d2500ee7975233c2bd7171411db - Merge "local_settings.py: Disable django.template DEBUG messages" - local_settings.py: Disable django.template DEBUG messages VariableDoesNotExist error in DEBUG messages from django.template are super noisy. It happens even for cases where variables are not defined like "default" filter. It also happens with Django built-in templates. Previously we tried to fix VariableDoesNotExist errors in our templates, but it tunrs out there is no convenient way to prevent it. We agreed to disable django.template DEBUG messages by default in the horizon weekly meeting [1]. Closes-Bug: #1720893 [1] https://meetings.opendev.org/meetings/horizon/2022/horizon.2022-02-23-15.00.log.html#l-105 Change-Id: Ife9a91c7cd050b30d7f1eca8861a0d6629a23827 --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index f5a89f93bf..11a331c372 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit f5a89f93bf6abde61e6d2abf44c77079fc0cd340 +Subproject commit 11a331c3721c0d2500ee7975233c2bd7171411db