index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
/
uploadhandler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+4
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-17
/
+44
*
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
1
-1
/
+17
*
Corrected several typos in string literals and test names.
Min ho Kim
2019-08-07
1
-1
/
+1
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-4
/
+1
*
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-07
1
-3
/
+0
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-7
/
+4
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-3
/
+3
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
1
-1
/
+0
*
Fixed #24664 -- Removed misleading arg name from TemporaryFileUploadHandler.n...
David Danier
2015-04-20
1
-2
/
+2
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+3
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-2
/
+2
*
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-03
1
-7
/
+7
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+7
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
1
-3
/
+5
*
Fixed assorted flake8 errors.
Tim Graham
2013-10-11
1
-0
/
+2
*
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
1
-2
/
+2
*
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-07-11
1
-3
/
+6
*
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
1
-16
/
+2
*
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
1
-1
/
+3
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-2
/
+4
*
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
-3
/
+4
*
Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori...
Alex Gaynor
2010-11-11
1
-0
/
+0
*
Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...
Alex Gaynor
2010-10-27
1
-1
/
+1
*
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-05-17
1
-1
/
+1
*
Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav...
Jacob Kaplan-Moss
2009-05-11
1
-0
/
+1
*
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
1
-1
/
+2
*
Fixed #9399 -- Added StopFutureHandlers to export list in file handling.
Malcolm Tredinnick
2009-03-08
1
-2
/
+2
*
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-22
1
-2
/
+1
*
Fixed #7614: the quickening has come, and there now is only one UploadedFile....
Jacob Kaplan-Moss
2008-07-07
1
-37
/
+6
*
Fixed #7590: made UploadedFile subclasses' __init__ methods sane.
Jacob Kaplan-Moss
2008-07-01
1
-5
/
+15
*
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2008-07-01
1
-0
/
+235