1
0
mirror of https://github.com/django/django.git synced 2025-02-22 23:44:23 +00:00

Forwardported 1.6.6 release note for #19107.

This commit is contained in:
Tim Graham 2014-07-30 09:33:02 -04:00
parent abb97cffdf
commit 7fcfefbc4a

View File

@ -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>`_).