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:43:29 -0400
commitdcedc453a2e6446d052fc7a3d24fe190a607e958 (patch)
treebbb272be7d6ba976b4fc97af052ed0ef20350d4c /docs
parentc0ddc410ecbc02de32c6507ad4e63740491415c7 (diff)
[1.7.x] Forwardported 1.6.6 release notes for refs #20292.
Backport of f294f93a17 from master
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>`_).