From 50cec76a61fe3aa8ea5c1619568e4cf12d7af076 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 9 Nov 2021 14:07:54 +0000 Subject: [PATCH] No need to suppress bootstrap3 warning anymore. - Legacy-Id: 19585 --- ietf/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/settings.py b/ietf/settings.py index 3514cc55a..e6256f8a7 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -13,7 +13,6 @@ import warnings from typing import Any, Dict, List, Tuple # pyflakes:ignore warnings.simplefilter("always", DeprecationWarning) -warnings.filterwarnings("ignore", message="Add the `renderer` argument to the render\(\) method of", module="bootstrap3") warnings.filterwarnings("ignore", message="The logout\(\) view is superseded by") warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report") warnings.filterwarnings("ignore", message="{% load staticfiles %} is deprecated")