django1/django/http
Claude Paroz 169b1a404c Replaced foo.next() by next(foo).
This new syntax for next() has been introduced in Python 2.6 and is
compatible with Python 3.
2012-05-10 20:15:49 +02:00
..
__init__.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
multipartparser.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
utils.py Fixed #16632 -- 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