﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13685	get_connection() fails to initialize	Alex Gaynor	nobody	"
{{{
> from django.core import mail

> connection = mail.get_connection(backend=""django.core.mail.backends.smtp"")
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""/usr/local/alwaysdata/python/django/1.2.1/django/core/mail/__init__.py"", line 41, in get_connection
    return klass(fail_silently=fail_silently, **kwds)
TypeError: 'module' object is not callable

}}}"		closed	Documentation	1.2		fixed	get_connection		Accepted	0	0	0	0	0	0
