From 416ef9aad8efb98d7794800ca377508267cd1a93 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 19 Dec 2010 15:01:45 +0000 Subject: [PATCH] Added a brief release note about the addition of CC's to EmailMessage (introduced in r14000). git-svn-id: http://code.djangoproject.com/svn/django/trunk@14989 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index 06c39c756e..d3747743b6 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -187,6 +187,8 @@ requests. These include: * :meth:`mail_admins()` and :meth:`mail_managers()` now support easily attaching HTML content to messages. + * :class:`EmailMessage` now supports CC's. + * Error emails now include more of the detail and formatting of the debug server error page.