diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-30 09:33:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-30 09:33:02 -0400 |
| commit | 7fcfefbc4a502c8bf390838be4fa726efb2036dd (patch) | |
| tree | 727767849d75043cc876d4392023132a1e592198 /docs | |
| parent | abb97cffdfe9f957b58c6b2613e2714c8291c5b3 (diff) | |
Forwardported 1.6.6 release note for #19107.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.6.txt | 3 |
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>`_). |
