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:01:24 +0200 |
| commit | 8d789449c7861b8cf8b10d244f26d9d354989aaf (patch) | |
| tree | f033271e7ca0e062fa85f345bd642aea06393b07 /docs/releases/1.7.1.txt | |
| parent | 6448dd833524ac3fc503506b624841c9d642de8a (diff) | |
Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per RFC.
Diffstat (limited to 'docs/releases/1.7.1.txt')
| -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 f8d3936719..b66e259679 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -115,3 +115,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`). |
