summaryrefslogtreecommitdiff
path: root/docs/topics/files.txt
AgeCommit message (Expand)Author
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-01-11Added missing period to "etc.".pp
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-03-30Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-04-02Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2013-06-14Fixed #20604 - Fixed file example in docs.Tim Graham
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-10Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
2013-01-23Fixed typo.Justin Bronn
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
2012-06-19Fixed #18154 -- Documentation on closing File objects and best practicesGabe Jackson
2011-11-19Fix #15646: Document that a FileField's full path can't be relied upon until ...Karen Tracey
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-05Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...Gabriel Hurley
2010-11-27Fixed #14784 - Add links to docs/topics/files.txtTimo Graham
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-04-16Fixed #10779 -- Corrected description of an example in the files docs. Thanks...Russell Keith-Magee
2008-12-22Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...Russell Keith-Magee
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-31Fixed #8641: Documented the fact that file-saving methods must receive a File...James Bennett
2008-08-29Fixed #8638 -- Show by example that the File.name attribute includes the uploadMalcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss