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
This commit is contained in:
parent
877963f541
commit
416ef9aad8
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue