summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-29 09:39:19 -0400
committerTim Graham <timograham@gmail.com>2014-07-29 09:39:51 -0400
commitf294f93a1729bb87bedb8d79fdecf4197d0f9e5b (patch)
treeb03dec9835f7c52130eeaaeb909b4a905b006c52 /docs
parente46801f13d63b3ec28381ee8a9b5b62320136a67 (diff)
Forwardported 1.6.6 release notes for refs #20292.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt
index c8c7a037c0..fb182f5dcb 100644
--- a/docs/releases/1.6.6.txt
+++ b/docs/releases/1.6.6.txt
@@ -26,3 +26,7 @@ Bugfixes
* Fixed transaction handling when specifying non-default database in
``createcachetable`` and ``flush``
(`#23089 <https://code.djangoproject.com/ticket/23089>`_).
+
+* Fixed the "ORA-01843: not a valid month" errors when using Unicode
+ with older versions of Oracle server
+ (`#20292 <https://code.djangoproject.com/ticket/20292>`_).