Skip to content

Commit

Permalink
Update settings.dist.py
Browse files Browse the repository at this point in the history
Fix merge conflict fix
  • Loading branch information
mtesauro authored Feb 16, 2024
1 parent f213cf7 commit 72d6bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1688,5 +1688,5 @@ def saml2_attrib_map_format(dict):
if DEBUG:
from django.utils.deprecation import RemovedInDjango50Warning
warnings.filterwarnings("ignore", category=RemovedInDjango50Warning)
warnings.filterwarnings("ignore", message="invalid escape sequence.*")
warnings.filterwarnings("ignore", message="'cgi' is deprecated and slated for removal in Python 3\\.13")
warnings.filterwarnings("ignore", message="DateTimeField .+ received a naive datetime .+ while time zone support is active\\.")

0 comments on commit 72d6bf9

Please sign in to comment.