django1/django/http
Aymeric Augustin 5c09c59bc7 [py3] Renamed `next` to `__next__` in iterators.
See PEP 3114. `next` is retained as an alias for Python 2.
2012-08-09 14:36:05 +02:00
..
__init__.py [py3] Renamed `next` to `__next__` in iterators. 2012-08-09 14:36:05 +02:00
multipartparser.py [py3] Renamed `next` to `__next__` in iterators. 2012-08-09 14:36:05 +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