2014-04-29 02:38:06 +02:00
|
|
|
==========================
|
|
|
|
Django 1.6.5 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.6.5 fixes several bugs in 1.6.4.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2014-05-01 18:10:16 +02:00
|
|
|
* Made the ``year_lookup_bounds_for_datetime_field`` Oracle backend method
|
|
|
|
Python 3 compatible (`#22551 <http://code.djangoproject.com/ticket/22551>`_).
|
2014-05-02 19:31:22 +02:00
|
|
|
|
|
|
|
* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2
|
|
|
|
(`#22565 <http://code.djangoproject.com/ticket/22565>`_).
|
2014-04-28 14:27:36 +02:00
|
|
|
|
|
|
|
* Fixed the SQL generated when filtering by a negated ``Q`` object that contains
|
|
|
|
a ``F`` object. (`#22429 <http://code.djangoproject.com/ticket/22429>`_).
|