summaryrefslogtreecommitdiff
path: root/tests/regressiontests/file_uploads/urls.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven
2011-05-07Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, ge...Jannis Leidel
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-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