summaryrefslogtreecommitdiff
path: root/django/core/files/uploadhandler.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+44
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-301-1/+17
* Corrected several typos in string literals and test names.Min ho Kim2019-08-071-1/+1
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-4/+1
* Removed unneeded __init__() methods.Sergey Fedoseev2017-09-071-3/+0
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-7/+4
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #24664 -- Removed misleading arg name from TemporaryFileUploadHandler.n...David Danier2015-04-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag2014-02-081-2/+2
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-7/+7
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+7
* Start attacking E231 violationsAlex Gaynor2013-10-241-3/+5
* Fixed assorted flake8 errors.Tim Graham2013-10-111-0/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-111-3/+6
* Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz2013-02-041-16/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-2/+4
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-6/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-3/+4
* Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori...Alex Gaynor2010-11-111-0/+0
* Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...Alex Gaynor2010-10-271-1/+1
* Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey2009-05-171-1/+1
* Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav...Jacob Kaplan-Moss2009-05-111-0/+1
* Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #9399 -- Added StopFutureHandlers to export list in file handling.Malcolm Tredinnick2009-03-081-2/+2
* Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty2008-07-221-2/+1
* Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss2008-07-071-37/+6
* Fixed #7590: made UploadedFile subclasses' __init__ methods sane.Jacob Kaplan-Moss2008-07-011-5/+15
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+235