We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb631c commit ec91cb4Copy full SHA for ec91cb4
1 file changed
ietf/settings.py
@@ -20,6 +20,7 @@
20
warnings.filterwarnings("ignore", message="Deprecated allow_tags attribute used on field")
21
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
+warnings.filterwarnings("ignore", message="defusedxml.lxml is no longer supported and will be removed in a future release.", module="tastypie")
24
25
26
try:
0 commit comments