summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_os_utils.py
AgeCommit message (Expand)Author
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-08-13Refs #30461 -- Added django.utils._os.to_path().Claude Paroz
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons