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
Age
Commit message (
Expand
)
Author
7 days
Replaced references in docs to accepted PEPs with specific Python docs links.
Mike Edmunds
2025-10-30
Added community package storage backends mention to docs.
Tim Schilling
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
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-22
Removed versionadded/changed annotations for 5.0.
Natalia
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-09-11
Fixed #34642 -- Added File.open() support for *args and **kwargs.
Yves Weissig
2023-05-04
Corrected code-block directives in docs.
Jannis Vajen
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
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-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-04-16
Corrected File, ContentFile, and ImageFile signatures in docs.
Adam Johnson
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-09-30
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-05-13
Used :pep: role in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2019-12-23
Removed unnecessary code-block directives in various docs.
Jon Dufresne
2019-10-31
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
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
2019-03-28
Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2018-07-07
Fixed word choice in ContentFile example.
Josh Schneier
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-31
Refs #27777 -- Improved docs/added test for File context manager change.
Ingo Klöcker
2017-04-26
Refs #23919 -- Removed File's Python 2 proxied methods.
Josh Schneier
2017-04-26
Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
Ingo Klöcker
2017-04-25
Removed nonexistent methods from File's docs.
Josh Schneier
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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-05-27
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
[next]