Claude Paroz
|
3afde36d03
|
Undelete the login() call inadvertantly removed in 4e0a2fe59c
Refs #21271.
|
2013-10-25 11:23:19 +02:00 |
SusanTan
|
4e0a2fe59c
|
Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.
Thanks Tobias McNulty and Tim Graham for discussions and code review.
Thanks Andre Cruz the suggestion and initial patch.
|
2013-10-24 20:38:00 -04:00 |
Alasdair Nicol
|
b289fcf1bf
|
Fixed #21288 -- Fixed E126 pep8 warnings
|
2013-10-21 08:31:30 -04:00 |
Alasdair Nicol
|
a800036981
|
Fixed #21287 -- Fixed E123 pep8 warnings
|
2013-10-18 10:07:39 +01:00 |
Tim Graham
|
1dae4ac177
|
Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
2013-10-10 16:49:20 -04:00 |
Tim Graham
|
adedc31072
|
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
|
2013-10-10 11:09:42 -04:00 |
Gregor MacGregor
|
b2b763448f
|
Fixed #20841 -- Added messages to NotImplementedErrors
Thanks joseph at vertstudios.com for the suggestion.
|
2013-09-10 11:09:59 -04:00 |
Florian Apolloner
|
df2fd4e09b
|
Removed unneeded imports in tests's __init__.py and unified them.
|
2013-09-09 23:01:07 +02:00 |
Ramiro Morales
|
a5cf5da50d
|
Switched mail tests to SimpleTestCase.
|
2013-08-21 07:48:16 -03:00 |
Ramiro Morales
|
ececbe77ff
|
Fixed #12422 -- Don't override global email charset behavior for utf-8.
Thanks simonb for the report, Claude Paroz and Susan Tan for their work
on a fix.
|
2013-08-21 07:44:20 -03:00 |
Ramiro Morales
|
f9d1d5dc13
|
Fixed #18967 -- Don't base64-encode message/rfc822 attachments.
Thanks Michael Farrell for the report and his work on the fix.
|
2013-08-20 22:17:26 -03:00 |
Justin Michalicek
|
ac09558760
|
Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()
|
2013-07-29 09:53:47 -04:00 |
Claude Paroz
|
59ebe39812
|
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Thanks dj.facebook at gmail.com for the report and initial patch
and Areski Belaid and senko for improvements.
|
2013-07-11 22:00:08 +02:00 |
Marc Tamlyn
|
09f8652765
|
Use assertIsInstance in tests.
Gives much nicer errors when it fails.
|
2013-05-21 10:42:15 +01:00 |
Florian Apolloner
|
33836cf88d
|
Renamed some tests and removed references to modeltests/regressiontests.
|
2013-02-26 14:36:57 +01:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |