Skip to content

Commit

Permalink
Drop filterwarnings "cgi is deprecated and slated" (#9561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Feb 27, 2024
1 parent cd30f42 commit db70802
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 db70802

Please sign in to comment.