django1/django/http
Claude Paroz dfd4a71751 Fixed -- Restricted accepted content types in parsing POST data
Thanks paulegan for the report and Preston Holmes for the review.
2012-10-20 14:56:16 +02:00
..
__init__.py Fixed -- Restricted accepted content types in parsing POST data 2012-10-20 14:56:16 +02:00
multipartparser.py Removed many uses of bare "except:", which were either going to a) silence real issues, or b) were impossible to hit. 2012-09-07 15:08:07 -04:00
utils.py Fixed -- Crash on responses without Content-Type with IE. Thanks juan for the report and kenth for the patch. 2011-12-11 08:58:14 +00:00