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
/
topics
/
files.txt
Age
Commit message (
Expand
)
Author
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