diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2014-10-09 14:18:31 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2014-10-12 22:03:01 +0200 |
| commit | bc13a08f89b4a9b7980588b013f358b2721c42a6 (patch) | |
| tree | c6a48b1df3c2ea96beb1666e8071335cd68a4b8f /docs | |
| parent | d2a2af67f7c2c41a831acd33cd8cba5875c216cf (diff) | |
[1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per RFC.
Backport of 8d789449c7861b8cf8b10d244f26d9d354989aaf from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index dba3ec9f19..3bc15218af 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -114,3 +114,5 @@ Bugfixes (:ticket:`23609`). * Fixed generic relations in ``ModelAdmin.list_filter`` (:ticket:`23616`). + +* Restored RFC compliance for the SMTP backend on Python 3 (:ticket:`23063`). |
