index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
files
/
storage.txt
Age
Commit message (
Expand
)
Author
2025-10-30
Added community package storage backends mention to docs.
Tim Schilling
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-01-15
Removed versionadded/changed annotations for 5.1.
Sarah Boyce
2024-10-24
Refs #26029 -- Extended docs for the StorageHandler default instance.
Carlton Gibson
2024-07-24
Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour indepe...
Sarah Boyce
2024-05-21
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
Ben Cail
2024-05-16
Moved FileSystemStorage note in docs to the correct place.
Sarah Boyce
2023-09-18
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
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-08-10
Refs #26029 -- Doc'd django.core.files.storage.default_storage.
Jarosław Wygoda
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-12-21
Fixed typo in docs/ref/files/storage.txt.
joshuapatel
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2019-10-31
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-08-31
Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...
Mariusz Felisiak
2019-08-30
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2017-04-26
Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
Ingo Klöcker
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
Tim Graham
2016-08-30
Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Tim Graham
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-11-15
Fixed #23827 -- TZ behavior in Storage API ref doc
James Aylett
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-08-26
Fixed spelling mistake in file docs.
Tim Graham
2014-08-20
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
Tim Graham
2014-08-08
Removed some tabs in the docs.
Tim Graham
2014-04-02
Fixed #22347 -- Unified FileSystemStorage documentation.
Vishal Lal
2014-01-15
Fix typo in storage docs
Kevin Wood
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-10-24
Fixed #21219 -- Added a way to set different permission for static files.
Vajrasky Kok
2013-01-13
Fixed typo in file storage docs.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2011-08-06
Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.
Timo Graham
2010-12-06
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for ...
Gabriel Hurley
2010-12-05
Fixed #13605 -- Improved documentation of the django.core.files.storage modul...
Gabriel Hurley
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-06-10
Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to ...
Russell Keith-Magee
2008-08-31
Fixed #8641: Documented the fact that file-saving methods must receive a File...
James Bennett
[next]