Opened 17 years ago
Closed 17 years ago
#6567 closed (duplicate)
send_mail() code documentation says the method is deprecated
Reported by: | 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?
Note:
See TracTickets
for help on using tickets.
Duplicate of #5870.