summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-30 09:33:02 -0400
committerTim Graham <timograham@gmail.com>2014-07-30 09:33:44 -0400
commit813f938093a2c9a04ec69ff18bdb61413adf61a4 (patch)
tree44d807f4682d521485420382fe95a38d1f97f876
parent7e6eeef366d00b1bac3406477cc8e7714725baf7 (diff)
[1.7.x] Forwardported 1.6.6 release note for #19107.
Backport of 7fcfefbc4a from master
-rw-r--r--docs/releases/1.6.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt
index fb182f5dcb..92c330dbca 100644
--- a/docs/releases/1.6.6.txt
+++ b/docs/releases/1.6.6.txt
@@ -30,3 +30,6 @@ Bugfixes
* 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>`_).
+
+* Restored bug fix for sending unicode email with Python 2.6.5 and below
+ (`#19107 <https://code.djangoproject.com/ticket/19107>`_).