1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00
django/docs/releases/1.6.5.txt
Claude Paroz 2ce5196763 Fixed #22551 -- Made oracle backend method Python 3 compatible
Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only
because that code has been refactored in 1.7 (6983201cfb).
'Docs-only' forward port of 120a98120 from 1.6.x.
2014-05-01 18:20:47 +02:00

14 lines
320 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>`_).