1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00
django/docs/releases/1.6.5.txt
Claude Paroz 61fd00d4fd [1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Thanks ygbo for the report.
Backport of 142c27218 from master.
2014-05-02 19:33:58 +02:00

17 lines
459 B
Plaintext

==========================
Django 1.6.5 release notes
==========================
*Under development*
Django 1.6.5 fixes several bugs in 1.6.4.
Bugfixes
========
* Made the ``year_lookup_bounds_for_datetime_field`` Oracle backend method
Python 3 compatible (`#22551 <http://code.djangoproject.com/ticket/22551>`_).
* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2
(`#22565 <http://code.djangoproject.com/ticket/22565>`_).