summaryrefslogtreecommitdiff
path: root/docs/ref/files
AgeCommit message (Expand)Author
2022-08-10[4.1.x] Refs #26029 -- Doc'd django.core.files.storage.default_storage.Jarosław Wygoda
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-04-16Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-12-21Fixed typo in docs/ref/files/storage.txt.joshuapatel
2020-09-30Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan
2020-05-13Used :pep: role in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-15Used :rfc: role in various docs.Mariusz Felisiak
2019-12-23Removed unnecessary code-block directives in various docs.Jon Dufresne
2019-10-31Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.Hasan Ramezani
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-31Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...Mariusz Felisiak
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-03-28Fixed "byte string" typo in various docs and comments.Mariusz Felisiak
2018-07-07Fixed word choice in ContentFile example.Josh Schneier
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-05-31Refs #27777 -- Improved docs/added test for File context manager change.Ingo Klöcker
2017-04-26Refs #23919 -- Removed File's Python 2 proxied methods.Josh Schneier
2017-04-26Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().Ingo Klöcker
2017-04-25Removed nonexistent methods from File's docs.Josh Schneier
2017-04-07Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #23832 -- Removed deprecated non-timezone aware Storage API.Tim Graham
2016-08-30Fixed #27145 -- Updated Storage.save() docs for refs #18899.Tim Graham
2016-05-27Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-07Fixed #26508 -- Clarified docs for various FieldFile methods.Tobias McNulty
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2015-03-07Fixed typos and updated spelling wordlist.Floris den Hengst
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-15Fixed #23827 -- TZ behavior in Storage API ref docJames Aylett
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-08-26Fixed spelling mistake in file docs.Tim Graham
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham