From 2ce51967638ac9f01c1c25bb33d51115ce99e0df Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 1 May 2014 18:10:16 +0200 Subject: [PATCH] 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. --- docs/releases/1.6.5.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releases/1.6.5.txt b/docs/releases/1.6.5.txt index 9c612f7454..9abe6702cc 100644 --- a/docs/releases/1.6.5.txt +++ b/docs/releases/1.6.5.txt @@ -9,4 +9,5 @@ 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 `_).