Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected code-block directives in docs. | Jannis Vajen | 2023-05-04 | 1 | -1/+1 |
| | |||||
* | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 1 | -2/+2 |
| | |||||
* | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 1 | -1/+5 |
| | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
* | Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. | Jarosław Wygoda | 2023-01-12 | 1 | -8/+13 |
| | |||||
* | Fixed #26029 -- Allowed configuring custom file storage backends. | Jarosław Wygoda | 2023-01-12 | 1 | -0/+6 |
| | |||||
* | Fixed #34110 -- Added in-memory file storage. | Francesco Panico | 2023-01-10 | 1 | -0/+33 |
| | | | | | Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for reviews. | ||||
* | Refs #26029 -- Doc'd django.core.files.storage.default_storage. | Jarosław Wygoda | 2022-08-10 | 1 | -2/+7 |
| | |||||
* | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | 2021-09-20 | 1 | -2/+0 |
| | |||||
* | Corrected File, ContentFile, and ImageFile signatures in docs. | Adam Johnson | 2021-04-16 | 1 | -3/+3 |
| | |||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 1 | -5/+0 |
| | |||||
* | Fixed typo in docs/ref/files/storage.txt. | joshuapatel | 2020-12-21 | 1 | -1/+1 |
| | |||||
* | Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. | aryan | 2020-09-30 | 1 | -0/+7 |
| | | | | | | This patch allows upload handlers to handle interrupted uploads. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Used :pep: role in various docs. | Nick Pope | 2020-05-13 | 1 | -5/+3 |
| | |||||
* | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | 2020-05-13 | 1 | -2/+0 |
| | |||||
* | Used :rfc: role in various docs. | Mariusz Felisiak | 2020-04-15 | 1 | -3/+1 |
| | |||||
* | Removed unnecessary code-block directives in various docs. | Jon Dufresne | 2019-12-23 | 1 | -3/+1 |
| | |||||
* | Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path. | Hasan Ramezani | 2019-10-31 | 1 | -0/+5 |
| | |||||
* | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | 2019-09-06 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Refs #30736 -- Added missing versionadded annotations for ↵ | Mariusz Felisiak | 2019-08-31 | 1 | -0/+2 |
| | | | | | | Storage.get_alternative_name(). Thanks Simon Charette for the report. | ||||
* | Fixed #30736 -- Added Storage.get_alternative_name() to allow customization. | yukihira1992 | 2019-08-30 | 1 | -3/+8 |
| | |||||
* | Fixed "byte string" typo in various docs and comments. | Mariusz Felisiak | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Fixed word choice in ContentFile example. | Josh Schneier | 2018-07-07 | 1 | -1/+1 |
| | |||||
* | Removed versionadded/changed annotations for 2.0. | Tim Graham | 2018-05-17 | 1 | -4/+0 |
| | |||||
* | Removed versionadded/changed annotations for 1.11. | Tim Graham | 2017-09-22 | 1 | -4/+0 |
| | |||||
* | Refs #27777 -- Improved docs/added test for File context manager change. | Ingo Klöcker | 2017-05-31 | 1 | -2/+5 |
| | |||||
* | Refs #23919 -- Removed File's Python 2 proxied methods. | Josh Schneier | 2017-04-26 | 1 | -3/+3 |
| | |||||
* | Fixed #27644 -- Doc'd FileSystemStorage.get_created_time(). | Ingo Klöcker | 2017-04-26 | 1 | -0/+7 |
| | |||||
* | Removed nonexistent methods from File's docs. | Josh Schneier | 2017-04-25 | 1 | -15/+4 |
| | | | | read() and write() were removed in 68a890e79f660484d05482902663b6168f0bd71e. | ||||
* | Fixed #27777 -- Made File.open() work with the with statement (#8310) | Ingo Klöcker | 2017-04-07 | 1 | -0/+3 |
| | | | Fixed #27777 -- Made File.open() work with the with statement | ||||
* | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | Vytis Banaitis | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | 2017-01-18 | 1 | -2/+1 |
| | |||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -1/+0 |
| | |||||
* | Removed versionadded/changed annotations for 1.10. | Tim Graham | 2017-01-17 | 1 | -8/+0 |
| | |||||
* | Refs #23832 -- Removed deprecated non-timezone aware Storage API. | Tim Graham | 2017-01-17 | 1 | -33/+0 |
| | |||||
* | Fixed #27145 -- Updated Storage.save() docs for refs #18899. | Tim Graham | 2016-08-30 | 1 | -2/+2 |
| | |||||
* | Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File. | Simon Charette | 2016-05-27 | 1 | -2/+7 |
| | | | | Thanks Tim for the review. | ||||
* | Removed versionadded/changed annotations for 1.9. | Tim Graham | 2016-05-20 | 1 | -4/+0 |
| | |||||
* | Fixed #26508 -- Clarified docs for various FieldFile methods. | Tobias McNulty | 2016-05-07 | 1 | -0/+11 |
| | |||||
* | Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ↵ | Cristiano | 2016-04-30 | 1 | -0/+15 |
| | | | | the Storage. | ||||
* | Fixed #23832 -- Added timezone aware Storage API. | James Aylett | 2016-02-23 | 1 | -4/+48 |
| | | | | | | New Storage.get_{accessed,created,modified}_time() methods convert the naive time from now-deprecated {accessed,created_modified}_time() methods into aware objects in UTC if USE_TZ=True. | ||||
* | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | 2016-02-01 | 2 | -7/+7 |
| | |||||
* | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | 2016-01-22 | 3 | -9/+11 |
| | |||||
* | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Removed versionadded/changed annotations for 1.8. | Tim Graham | 2015-09-23 | 2 | -13/+0 |
| | |||||
* | Refs #9893 -- Removed shims for lack of max_length support in file storage ↵ | Tim Graham | 2015-09-23 | 1 | -8/+0 |
| | | | | per deprecation timeline. | ||||
* | Fixed #25159 -- Removed brackets from class/function/method signatures in docs. | Tim Graham | 2015-07-27 | 2 | -9/+9 |
| | | | | Thanks hellbeast for the initial patch. | ||||
* | Fixed #24963 -- Added File.seekable() on Python 3. | Carson Gee | 2015-06-12 | 1 | -1/+6 |
| | |||||
* | Fixed typos and updated spelling wordlist. | Floris den Hengst | 2015-03-07 | 1 | -2/+2 |
| | |||||
* | Removed versionadded/changed notes for 1.7. | Tim Graham | 2015-02-01 | 2 | -26/+0 |
| | |||||
* | Fixed #9893 -- Allowed using a field's max_length in the Storage. | Pavel Shpilev | 2015-01-12 | 1 | -2/+18 |
| |