Opened 16 years ago

Closed 16 years ago

#6653 closed (duplicate)

missing note in the "Sending e-mail" documentation

Reported by: Bernd Schlapsi 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

Today I looked into the source code from django/core/mail.py. In this file I found the following note in the docstring from send_mail

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

But this hint doesn't appear in the official documentation: http://www.djangoproject.com/documentation/email/

It would make sense to show this note also in the documentation

Change History (1)

comment:1 by James Bennett, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #5870, which already has another dupe in the system as well. In the future, please search the ticket tracker for existing tickets before filing a new one.

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