summaryrefslogtreecommitdiff
path: root/docs/topics/files.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2025-08-11Corrected code examples in topics docs.Rohit
2025-04-15Fixed #36269 -- Documented how to test callable storage in FileField.Ahmed Nassar
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
This also removes remaining versionadded/changed annotations for older versions.
2023-05-02Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2022-02-05Refs #32243 -- Fixed typo in docs/topics/files.txt.Grace Hawkins
2022-02-03Fixed #32243 -- Added docs examples for manually saving Files.Joshua Massover
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2019-11-11Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-10-29Fixed #13750 -- Clarified need to reopen models.ImageField.image file to ↵Hasan Ramezani
access raw image data.
2019-10-29Fixed typo in docs/topics/files.txt.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-08-20Fixed #30695 -- Used relative path in default_storage docs example.Harrison88
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
Used more specific errors (e.g. FileExistsError) as appropriate.
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
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
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs.
2015-03-30Fixed #15590 -- Documented how the path of a FileField can be changed.Jorge Barata González
Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task.
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-04-02Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
Thanks nliberg for the report.
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2013-06-14Fixed #20604 - Fixed file example in docs.Tim Graham
Thanks Chris Lasher for the report.
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
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
2013-03-22Fixed #17935 - Clarified intro of topics/files.txt.Tim Graham
Thanks guettli for the suggestion.
2013-01-23Fixed typo.Justin Bronn
2012-11-01Added WizardView.file_storage exception message and docsTim Graham
Thanks Danilo Bargen for the patch.
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
its model has been saved to the database. Thanks poirier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-05Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ↵Gabriel Hurley
documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-27Fixed #14784 - Add links to docs/topics/files.txtTimo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes ↵Gary Wilson Jr
#12219, refs #12427). git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16Fixed #10779 -- Corrected description of an example in the files docs. ↵Russell Keith-Magee
Thanks to timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22Fixed #9904 -- Corrected name of storage method in files documentation.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-14Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for ↵Russell Keith-Magee
the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx ↵Jacob Kaplan-Moss
"versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-31Fixed #8641: Documented the fact that file-saving methods must receive a ↵James Bennett
File instance git-svn-id: http://code.djangoproject.com/svn/django/trunk@8759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29Fixed #8638 -- Show by example that the File.name attribute includes the uploadMalcolm Tredinnick
directory as well as the filename. Patch from Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37