We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3716d4e commit 50cec76Copy full SHA for 50cec76
1 file changed
ietf/settings.py
@@ -13,7 +13,6 @@
13
from typing import Any, Dict, List, Tuple # pyflakes:ignore
14
15
warnings.simplefilter("always", DeprecationWarning)
16
-warnings.filterwarnings("ignore", message="Add the `renderer` argument to the render\(\) method of", module="bootstrap3")
17
warnings.filterwarnings("ignore", message="The logout\(\) view is superseded by")
18
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
19
warnings.filterwarnings("ignore", message="{% load staticfiles %} is deprecated")
0 commit comments