summaryrefslogtreecommitdiff
path: root/tests/regressiontests/file_uploads/views.py
AgeCommit message (Expand)Author
2010-03-02Fixed #11030: Reverted a change that assumed the file system encoding was utf...Karen Tracey
2009-04-04Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...Karen Tracey
2008-08-30Fixed #8622: accessing POST after a POST handling exception no longer throws ...Jacob Kaplan-Moss
2008-08-23Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edgeMalcolm Tredinnick
2008-08-08Added an import that was missed in [8193]. Thanks Karen Tracey. Fixed #8143.Malcolm Tredinnick
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss