Skip to content

Commit e290de8

Browse files
committed
Disabled a deprecation warning for code in bootstrap3.utils
- Legacy-Id: 12635
1 parent 9c09536 commit e290de8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# This is triggered by the TimedeltaField, which we retain only for the sake
1919
# of old migrations:
2020
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")
23+
2124

2225
try:
2326
import syslog

0 commit comments

Comments
 (0)