summaryrefslogtreecommitdiff
path: root/django/http/multipartparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...Jacob Kaplan-Moss2009-05-081-1/+2
* Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.Gary Wilson Jr2009-03-301-3/+1
* Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T...Adrian Holovaty2008-07-221-13/+2
* Fixed #7635: do a better job checking for infinite loops in multi-part MIME p...Jacob Kaplan-Moss2008-07-121-33/+24
* Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss2008-07-071-0/+1
* Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss2008-07-011-0/+658