| Commit message (Expand) | Author | Age | Files | Lines |
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -12/+42 |
* | Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads. | Florian Apolloner | 2021-05-04 | 1 | -0/+3 |
* | Removed redundant UploadedFile.DEFAULT_CHUNK_SIZE. | Sergey Fedoseev | 2018-03-12 | 1 | -1/+0 |
* | Fixed #28776 -- Fixed a/an/and typos in docs and comments. | Дилян Палаузов | 2017-11-06 | 1 | -1/+1 |
* | Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name | Claude Paroz | 2017-06-05 | 1 | -1/+2 |
* | Fixed #27777 -- Made File.open() work with the with statement (#8310) | Ingo Klöcker | 2017-04-07 | 1 | -0/+1 |
* | Refs #27656 -- Updated django.core docstring verbs according to PEP 257. | Anton Samarchyan | 2017-02-21 | 1 | -5/+2 |
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -5/+4 |
* | Refs #23919 -- Replaced errno checking with PEP 3151 exceptions. | Tim Graham | 2017-01-25 | 1 | -7/+5 |
* | Refs #23919 -- Removed unneeded force_str calls | Claude Paroz | 2017-01-20 | 1 | -3/+1 |
* | Removed unnecessary check in TemporaryUploadedFile. | Jon Dufresne | 2016-06-11 | 1 | -4/+1 |
* | Fixed E128 flake8 warnings in django/. | Tim Graham | 2016-04-08 | 1 | -2/+1 |
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+1 |
* | Fixed #22680 -- I/O operation on closed file. | Florian Apolloner | 2014-06-11 | 1 | -3/+0 |
* | Made content_type_extra optional for TemporaryUploadedFile and MemoryUploaded... | Dmitro | 2014-02-18 | 1 | -2/+2 |
* | Use `classmethod` as a decorator. | xuxiang | 2013-11-19 | 1 | -1/+1 |
* | Fixed all E226 violations | Alex Gaynor | 2013-11-03 | 1 | -1/+1 |
* | Replaced a hardcoded "2" with the right named constant | Alex Gaynor | 2013-11-02 | 1 | -1/+5 |
* | Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch... | homm | 2013-09-10 | 1 | -0/+1 |
* | Fixed #13721 -- Added UploadedFile.content_type_extra. | Benjamin Kagia | 2013-07-11 | 1 | -6/+7 |
* | Replaced some smart_xxx by force_xxx equivalent | Claude Paroz | 2012-08-30 | 1 | -2/+2 |
* | [py3] Made __repr__ return str with Python 3 | Claude Paroz | 2012-08-12 | 1 | -2/+2 |
* | [py3] Ported django.utils.encoding. | Aymeric Augustin | 2012-08-07 | 1 | -2/+2 |
* | Marked bytestrings with b prefix. Refs #18269 | Claude Paroz | 2012-05-19 | 1 | -2/+2 |
* | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz | 2012-05-05 | 1 | -6/+3 |
* | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz | 2012-04-29 | 1 | -1/+1 |
* | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss | 2009-05-11 | 1 | -12/+11 |
* | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | Jacob Kaplan-Moss | 2009-05-08 | 1 | -56/+27 |
* | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss | 2008-08-27 | 1 | -1/+2 |
* | Fixed #7769: Added a couple missing file methods to `TemporaryUploadedFile`. ... | Jacob Kaplan-Moss | 2008-08-27 | 1 | -13/+14 |
* | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr | 2008-08-10 | 1 | -66/+5 |
* | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss | 2008-08-08 | 1 | -57/+2 |
* | Fixed #7683: Try not to delete uploaded files before moving them, and don't w... | Jacob Kaplan-Moss | 2008-08-05 | 1 | -2/+12 |
* | Fixed #7658 -- Added some Windows-specific tempfile handling. The standard | Malcolm Tredinnick | 2008-07-26 | 1 | -1/+2 |
* | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss | 2008-07-12 | 1 | -1/+1 |
* | Fixed deprecated UploadedFile.data attribute. Refs #7614. | Jacob Kaplan-Moss | 2008-07-07 | 1 | -1/+9 |
* | Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs... | Jacob Kaplan-Moss | 2008-07-07 | 1 | -0/+1 |
* | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss | 2008-07-07 | 1 | -43/+105 |
* | Corrected typo in `uploadedfile` module. | Gary Wilson Jr | 2008-07-03 | 1 | -1/+1 |
* | Oops, missed a changed file in [7817]. | Jacob Kaplan-Moss | 2008-07-01 | 1 | -2/+2 |
* | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss | 2008-07-01 | 1 | -0/+190 |