Skip to content

Commit

Permalink
Drop filterwarnings "cgi is deprecated and slated"
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Feb 26, 2024
1 parent ec4abc5 commit 6b9899b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,5 +1706,4 @@ def saml2_attrib_map_format(dict):
if DEBUG:
from django.utils.deprecation import RemovedInDjango50Warning
warnings.filterwarnings("ignore", category=RemovedInDjango50Warning)
warnings.filterwarnings("ignore", message="'cgi' is deprecated and slated for removal in Python 3\\.13")
warnings.filterwarnings("ignore", message="unclosed file .+")

0 comments on commit 6b9899b

Please sign in to comment.