Skip to content

Commit 50cec76

Browse files
committed
No need to suppress bootstrap3 warning anymore.
- Legacy-Id: 19585
1 parent 3716d4e commit 50cec76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from typing import Any, Dict, List, Tuple # pyflakes:ignore
1414

1515
warnings.simplefilter("always", DeprecationWarning)
16-
warnings.filterwarnings("ignore", message="Add the `renderer` argument to the render\(\) method of", module="bootstrap3")
1716
warnings.filterwarnings("ignore", message="The logout\(\) view is superseded by")
1817
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
1918
warnings.filterwarnings("ignore", message="{% load staticfiles %} is deprecated")

0 commit comments

Comments
 (0)