Skip to content

Commit b762273

Browse files
committed
Removed some old warning filters (OBE)
- Legacy-Id: 12810
1 parent 8bfa9a3 commit b762273

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ietf/settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313
warnings.filterwarnings("ignore", message="Report.file_reporters will no longer be available in Coverage.py 4.2", module="coverage.report")
1414
warnings.filterwarnings("ignore", message="initial_data fixtures are deprecated. Use data migrations instead.", module="django.core.management.commands.loaddata")
1515
warnings.filterwarnings("ignore", message="The popen2 module is deprecated. Use the subprocess module.", module="ietf.utils.pipe")
16-
warnings.filterwarnings("ignore", message="Reversing by dotted path is deprecated")
17-
warnings.filterwarnings("ignore", message=r"Support for string view arguments to url\(\) is deprecated and will be removed in Django 1.10")
1816
# This is triggered by the TimedeltaField, which we retain only for the sake
1917
# of old migrations:
2018
warnings.filterwarnings("ignore", message=r"SubfieldBase has been deprecated. Use Field.from_db_value instead.")
21-
# Bootstrap3 library code:
22-
warnings.filterwarnings("ignore", message=r"render\(\) must be called with a dict, not a Context", module="bootstrap3.utils")
2319

2420

2521
try:

0 commit comments

Comments
 (0)