index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
/
storage
Age
Commit message (
Expand
)
Author
2026-03-03
Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...
Natalia
2025-09-14
Fixed typo in django/core/files/storage/base.py docstring.
Siyabonga Dlikilili
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2025-02-17
Fixed #36191 -- Truncated the overwritten file content in FileSystemStorage.
Gaël Utard
2025-01-15
Refs #35326 -- Removed FileSystemStorage.OS_OPEN_FLAGS per deprecation timeline.
Sarah Boyce
2024-08-28
Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.O...
Simon Charette
2024-08-09
Fixed #35658 -- Initialized InMemoryFileNode instances with a name.
lucasesposito
2024-07-24
Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour indepe...
Sarah Boyce
2024-07-09
Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save me...
Natalia
2024-05-21
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
Ben Cail
2024-02-20
Fixed #23759 -- Preserved all file extensions in Storage.get_available_name().
Adam Zapletal
2023-09-18
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2023-01-10
Fixed #34110 -- Added in-memory file storage.
Francesco Panico
2022-11-11
Refs #34110 -- Added StorageSettingsMixin.
Francesco Panico
2022-11-11
Refs #34110 -- Reorganized django.core.files.storage into a separate module.
Francesco Panico