django/django
Baptiste Mispelon 12da6902e9 [1.6.x] Fixed #22107 -- Fixed django.core.files.File object iteration.
Due to a mixup between text and bytes, iteration over
a File instance was broken under Python 3.

Thanks to trac user pdewacht for the report and patch.

Backport of 3841feee86 from master.
2014-02-20 23:59:51 +01:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf [1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 15:04:22 -05:00
contrib [1.6.x] Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:05:07 -05:00
core [1.6.x] Fixed #22107 -- Fixed django.core.files.File object iteration. 2014-02-20 23:59:51 +01:00
db [1.6.x] Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject. 2014-02-14 20:57:32 -05:00
dispatch [1.6.x] Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:49:06 +01:00
forms [1.6.x] Fixed docstring typo in django/forms/forms.py. 2014-01-10 08:33:58 -05:00
http [1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1 2013-10-17 18:15:56 +02:00
middleware [1.6.x] Fixed #21473 -- Limited language preservation to logout 2013-12-11 15:49:27 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template [1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative paths. 2013-09-10 21:03:51 -04:00
templatetags [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00
test [1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessions 2013-11-26 20:42:54 +01:00
utils [1.6.x] Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy" 2014-02-05 21:32:17 +01:00
views [1.6.x] Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:26:22 -05:00
__init__.py Bumped version number post-release. 2014-02-06 15:53:09 -06:00