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
/
docs
/
topics
/
files.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-11
Corrected code examples in topics docs.
Rohit
2025-04-15
Fixed #36269 -- Documented how to test callable storage in FileField.
Ahmed Nassar
2023-11-29
Refs #25778 -- Updated some links and references to HTTPS.
Adam Johnson
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-05-02
Fixed #34530 -- Improved docs when customizing storage for FileField.
Ran Benita
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
2022-02-05
Refs #32243 -- Fixed typo in docs/topics/files.txt.
Grace Hawkins
2022-02-03
Fixed #32243 -- Added docs examples for manually saving Files.
Joshua Massover
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2019-11-11
Fixed typo in docs/topics/files.txt.
Mariusz Felisiak
2019-10-29
Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...
Hasan Ramezani
2019-10-29
Fixed typo in docs/topics/files.txt.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-20
Fixed #30695 -- Used relative path in default_storage docs example.
Harrison88
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-01-11
Added missing period to "etc.".
pp
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-03-30
Fixed #15590 -- Documented how the path of a FileField can be changed.
Jorge Barata González
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-04-02
Fixed #22347 -- Unified FileSystemStorage documentation.
Vishal Lal
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2013-06-14
Fixed #20604 - Fixed file example in docs.
Tim Graham
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-05-10
Fixed #20385 -- Typo in files docs.
Aymeric Augustin
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-22
Fixed #17935 - Clarified intro of topics/files.txt.
Tim Graham
2013-01-23
Fixed typo.
Justin Bronn
2012-11-01
Added WizardView.file_storage exception message and docs
Tim Graham
2012-06-19
Fixed #18154 -- Documentation on closing File objects and best practices
Gabe Jackson
2011-11-19
Fix #15646: Document that a FileField's full path can't be relied upon until ...
Karen Tracey
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-05
Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...
Gabriel Hurley
2010-11-27
Fixed #14784 - Add links to docs/topics/files.txt
Timo Graham
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-26
Fixed several broken and redirecting URLs in the documentation (fixes #12219,...
Gary Wilson Jr
2009-04-16
Fixed #10779 -- Corrected description of an example in the files docs. Thanks...
Russell Keith-Magee
2008-12-22
Fixed #9904 -- Corrected name of storage method in files documentation.
Gary Wilson Jr
2008-09-14
Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...
Russell Keith-Magee
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-31
Fixed #8641: Documented the fact that file-saving methods must receive a File...
James Bennett
2008-08-29
Fixed #8638 -- Show by example that the File.name attribute includes the upload
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss