summaryrefslogtreecommitdiff
path: root/django/core/files/storage/filesystem.py
AgeCommit message (Expand)Author
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-02-17Fixed #36191 -- Truncated the overwritten file content in FileSystemStorage.Gaƫl Utard
2025-01-15Refs #35326 -- Removed FileSystemStorage.OS_OPEN_FLAGS per deprecation timeline.Sarah Boyce
2024-08-28Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.O...Simon Charette
2024-07-24Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour indepe...Sarah Boyce
2024-05-21Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.Ben Cail
2022-11-11Refs #34110 -- Added StorageSettingsMixin.Francesco Panico
2022-11-11Refs #34110 -- Reorganized django.core.files.storage into a separate module.Francesco Panico