summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-05-01 18:10:16 +0200
committerClaude Paroz <claude@2xlibre.net>2014-05-01 18:17:55 +0200
commitd5a9d74eec66ce7e21eae2d9a5065fdd637333c5 (patch)
tree97da75f287054a8b5f199bcc24c87412b431e06d /docs
parentd56267ba57f28395946fadd6401ad7e1606c3cb0 (diff)
[1.7.x] 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.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.5.txt3
1 files changed, 2 insertions, 1 deletions
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 <http://code.djangoproject.com/ticket/22551>`_).