Skip to content

Commit 9e51072

Browse files
committed
Silenced another deprecation warning from a library.
- Legacy-Id: 15028
1 parent bac162d commit 9e51072

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
warnings.filterwarnings("ignore", message="escape isn't the last filter in")
2020
warnings.filterwarnings("ignore", message="Deprecated allow_tags attribute used on field")
2121
warnings.filterwarnings("ignore", message="You passed a bytestring as `filenames`. This will not work on Python 3.")
22+
warnings.filterwarnings("ignore", message="django.forms.extras is deprecated.", module="bootstrap3")
23+
2224

2325
try:
2426
import syslog

0 commit comments

Comments
 (0)