Opened 16 years ago

Closed 16 years ago

#6567 closed (duplicate)

send_mail() code documentation says the method is deprecated

Reported by: mandric@… Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.core.mail.send_mail comments says the method is deprecated

"NOTE: This method is deprecated. It exists for backwards compatibility. New code should use the EmailMessage class directly."

But that's not what the docs say. We might want to clarify that?

Change History (1)

comment:1 by Matt McClanahan, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #5870.

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