summaryrefslogtreecommitdiff
path: root/docs/topics/files.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita2023-05-021-2/+6
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-12/+16
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-8/+24
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-121-3/+4
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-121-0/+12
* Refs #32243 -- Fixed typo in docs/topics/files.txt.Grace Hawkins2022-02-051-1/+1
* Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover2022-02-031-0/+11
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-2/+0
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-3/+3
* Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu2020-04-081-0/+28
* Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-11-111-1/+1
* Fixed #13750 -- Clarified need to reopen models.ImageField.image file to acce...Hasan Ramezani2019-10-291-0/+21
* Fixed typo in docs/topics/files.txt.Mariusz Felisiak2019-10-291-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-2/+2
* Fixed #30695 -- Used relative path in default_storage docs example.Harrison882019-08-201-3/+3
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-1/+1
* Alphabetized imports in various docs.Mariusz Felisiak2018-05-121-2/+2
* Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham2016-05-081-4/+1
* Added missing period to "etc.".pp2016-01-111-1/+1
* Discouraged use of /tmp with predictable names.Chris Lamb2015-12-241-2/+2
* Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González2015-03-301-0/+17
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
* Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal2014-04-021-14/+2
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-4/+4
* Fixed #20604 - Fixed file example in docs.Tim Graham2013-06-141-3/+3
* Add missing imports and models to the examples in the view layer documentationSilvan Spross2013-05-181-0/+2
* Fixed #20385 -- Typo in files docs.Aymeric Augustin2013-05-101-1/+1
* Fixed #19897 - Updated static files howto.Tim Graham2013-03-291-1/+1
* Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham2013-03-221-1/+4
* Fixed typo.Justin Bronn2013-01-231-1/+1
* Added WizardView.file_storage exception message and docsTim Graham2012-11-011-0/+2
* Fixed #18154 -- Documentation on closing File objects and best practicesGabe Jackson2012-06-191-0/+23
* Fix #15646: Document that a FileField's full path can't be relied upon until ...Karen Tracey2011-11-191-0/+6
* Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham2010-12-261-2/+0
* Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...Gabriel Hurley2010-12-051-5/+5
* Fixed #14784 - Add links to docs/topics/files.txtTimo Graham2010-11-271-6/+8
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-6/+4
* Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr2009-12-261-1/+1
* Fixed #10779 -- Corrected description of an example in the files docs. Thanks...Russell Keith-Magee2009-04-161-2/+2
* Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr2008-12-221-1/+1
* Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the...Russell Keith-Magee2008-09-141-1/+1
* Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss2008-09-021-1/+1
* Fixed #8641: Documented the fact that file-saving methods must receive a File...James Bennett2008-08-311-1/+2
* Fixed #8638 -- Show by example that the File.name attribute includes the uploadMalcolm Tredinnick2008-08-291-2/+2
* Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss2008-08-231-0/+146