From c3e108694966f045adcc0ba11133a2b3bf238770 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 3 May 2016 18:22:46 +0200 Subject: Stopped truncating AdminEmailHandler message subjects Refs #26572, #17281. The RFC doesn't limit total length, just the line length which is already taken care of by Python itself. Thanks Tim Graham for the review. --- docs/releases/1.10.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 0d808a9454..a0b0a873cc 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -836,6 +836,10 @@ Miscellaneous ` instead. It might be possible to use :attr:`~django.db.models.FileField.upload_to` also. +* The subject of mail sent by ``AdminEmailHandler`` is no longer truncated at + 989 characters. If you were counting on a limited length, truncate the subject + yourself. + .. _deprecated-features-1.10: Features deprecated in 1.10 -- cgit v1.3