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
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-11-17
Fixed #19036 -- Fixed base64 uploads decoding
Claude Paroz
2012-10-30
Prevented file_upload tests to leave files behind
Claude Paroz
2012-10-20
Fixed #19094 -- Improved FakePayload to support write, len and string input
Claude Paroz
2012-09-07
Removed another usage of the bear "except:" (rawr!).
Alex Gaynor
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-14
[py3] Fixed file_uploads tests
Claude Paroz
2012-08-13
[py3] Removed filename encoding in file_uploads test
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-07-20
Switched to Python 3-compatible octal notation.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
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-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-28
Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...
Jannis Leidel
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-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-05-08
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...
Jacob Kaplan-Moss
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2009-04-04
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2008-08-30
Fixed #8622: accessing POST after a POST handling exception no longer throws ...
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-26
Fixed #7658 -- Added some Windows-specific tempfile handling. The standard
Malcolm Tredinnick
2008-07-20
Fixed #6450 -- Improved the checking of errors when creating the directories ...
Russell Keith-Magee
2008-07-12
Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul.
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