Skip to content

Commit

Permalink
Drop filterwarnings "DateTimeField - timezone"
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Feb 7, 2024
1 parent 710d498 commit 8cf6871
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 @@ -1726,5 +1726,4 @@ def saml2_attrib_map_format(dict):
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\\.")
warnings.filterwarnings("ignore", message="unclosed file .+")

0 comments on commit 8cf6871

Please sign in to comment.