index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
file_uploads
/
views.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-10-30
Prevented file_upload tests to leave files behind
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-14
[py3] Fixed file_uploads tests
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-05-22
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...
Chris Beaven
2011-05-07
Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-21
Fixed #15362: Added explicit deletion of file to test, needed now since files...
Karen Tracey
2010-03-02
Fixed #11030: Reverted a change that assumed the file system encoding was utf...
Karen Tracey
2009-04-04
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2008-08-30
Fixed #8622: accessing POST after a POST handling exception no longer throws ...
Jacob Kaplan-Moss
2008-08-23
Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge
Malcolm Tredinnick
2008-08-08
Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.
Malcolm Tredinnick
2008-07-07
Fixed #7614: the quickening has come, and there now is only one UploadedFile....
Jacob Kaplan-Moss
2008-07-07
Fixed #7651: uploading multiple files with the same name now work. Also, in o...
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss