summaryrefslogtreecommitdiff
path: root/tests/regressiontests/file_uploads/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-415/+0
* Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz2012-11-171-4/+9
* Prevented file_upload tests to leave files behindClaude Paroz2012-10-301-18/+31
* Fixed #19094 -- Improved FakePayload to support write, len and string inputClaude Paroz2012-10-201-24/+18
* Removed another usage of the bear "except:" (rawr!).Alex Gaynor2012-09-071-8/+6
* Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor2012-09-071-1/+1
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-3/+3
* [py3] Fixed file_uploads testsClaude Paroz2012-08-141-13/+14
* [py3] Removed filename encoding in file_uploads testClaude Paroz2012-08-131-1/+1
* [py3] Used compatible imports of StringIO.Aymeric Augustin2012-08-081-1/+1
* Switched to Python 3-compatible octal notation.Aymeric Augustin2012-07-201-3/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-12/+11
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-16/+16
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-29/+29
* Replaced deprecated TestCase methods. Refs #17049.Claude Paroz2012-05-031-3/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-6/+6
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-9/+10
* Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor2011-10-131-4/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+1
* Fixed #15785 -- Stopped HttpRequest.read() from reading beyond the end of a w...Jannis Leidel2011-06-281-1/+42
* Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven2011-05-221-0/+31
* Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...Jannis Leidel2011-05-071-0/+25
* Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty2011-03-281-3/+4
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-031-5/+5
* Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor2010-12-041-1/+2
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee2010-10-111-4/+4
* Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...Jacob Kaplan-Moss2009-05-081-0/+12
* Made a set of small test changes to avoid leaving temp files hanging around a...Karen Tracey2009-04-051-7/+14
* Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey2009-04-041-7/+20
* Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...Karen Tracey2009-01-161-0/+3
* Fixed #8622: accessing POST after a POST handling exception no longer throws ...Jacob Kaplan-Moss2008-08-301-0/+42
* File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss2008-08-081-11/+11
* Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr2008-08-021-3/+3
* Fixed #7658 -- Added some Windows-specific tempfile handling. The standardMalcolm Tredinnick2008-07-261-14/+14
* Fixed #6450 -- Improved the checking of errors when creating the directories ...Russell Keith-Magee2008-07-201-0/+46
* Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul.Jacob Kaplan-Moss2008-07-121-1/+1
* Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss2008-07-071-4/+27
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+158