| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-25 | Refs #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-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 | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 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 | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 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 ↵ | Hasan Ramezani | |
| access raw image data. | |||
| 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 ↵ | 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-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 | |
| Used more specific errors (e.g. FileExistsError) as appropriate. | |||
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 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 | |
| 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-30 | Fixed #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-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-04-02 | Fixed #22347 -- Unified FileSystemStorage documentation. | Vishal Lal | |
| Thanks nliberg for the report. | |||
| 2014-03-22 | Fixed #22313 -- Removed 'u' prefixes from documentation | Claude Paroz | |
| 2013-06-14 | Fixed #20604 - Fixed file example in docs. | Tim Graham | |
| Thanks Chris Lasher for the report. | |||
| 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 | |
| Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. | |||
| 2013-03-22 | Fixed #17935 - Clarified intro of topics/files.txt. | Tim Graham | |
| Thanks guettli for the suggestion. | |||
| 2013-01-23 | Fixed typo. | Justin Bronn | |
| 2012-11-01 | Added WizardView.file_storage exception message and docs | Tim Graham | |
| Thanks Danilo Bargen for the patch. | |||
| 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 | |
| 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-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-12-05 | Fixed #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-27 | Fixed #14784 - Add links to docs/topics/files.txt | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@14725 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #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-26 | Fixed 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-16 | Fixed #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-22 | Fixed #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-14 | Fixed #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-02 | Fixed #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-31 | Fixed #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-29 | Fixed #8638 -- Show by example that the File.name attribute includes the upload | Malcolm 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-23 | Massive 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 | |||
