summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-12-19 15:01:45 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-12-19 15:01:45 +0000
commit416ef9aad8efb98d7794800ca377508267cd1a93 (patch)
tree03059e78fd8afc55174c7d6ad8c84052141b16de /docs
parent877963f54122831d9d36fbc4b41f19bd51aebb46 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt2
1 files changed, 2 insertions, 0 deletions
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.