Author: Alex
Date: 2011-09-10 14:00:25 -0700 (Sat, 10 Sep 2011)
New Revision: 16788
Modified:
django/trunk/django/core/mail/__init__.py
Log:
Remove this deprecated alias.
Modified: django/trunk/django/core/mail/__init__.py
===================================================================
--- django/trunk/django/core/mail/__init__.py 2011-09-10 20:06:10 UTC (rev
16787)
+++ django/trunk/django/core/mail/__init__.py 2011-09-10 21:00:25 UTC (rev
16788)
@@ -16,8 +16,8 @@
SafeMIMEText, SafeMIMEMultipart,
DEFAULT_ATTACHMENT_MIME_TYPE, make_msgid,
BadHeaderError, forbid_multi_line_headers)
-from django.core.mail.backends.smtp import EmailBackend as _SMTPConnection
+
def get_connection(backend=None, fail_silently=False, **kwds):
"""Load an email backend and return an instance of it.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.