Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18095 closed Bug (fixed)

Small missing information in the documentation about recipients()

Reported by: Stephane Raimbault Owned by: Claude Paroz
Component: Documentation Version: 1.4
Severity: Normal Keywords: doc
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The EmailMessage.recipients() method returns to, cc and bcc addressees but the documentation mentions only the to and bcc attributes.

https://docs.djangoproject.com/en/dev/topics/email/

Attachments (1)

0001-Added-cc-is-returned-by-recipients-in-the-doc.patch (1.2 KB ) - added by Stephane Raimbault 12 years ago.
Update documentation to indicate 'cc' is returned by recipients()

Download all attachments as: .zip

Change History (4)

by Stephane Raimbault, 12 years ago

Update documentation to indicate 'cc' is returned by recipients()

comment:1 by Claude Paroz, 12 years ago

Owner: changed from nobody to Claude Paroz
Triage Stage: UnreviewedReady for checkin

comment:2 by Claude Paroz, 12 years ago

Resolution: fixed
Status: newclosed

In [17891]:

Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch.

comment:3 by Claude Paroz, 12 years ago

In [17892]:

[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch.

Backport of r17891 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top