Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 жил өмнө |
Chillar Anand
|
6478e07a62
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager.
|
8 жил өмнө |
Tim Graham
|
1c466994d9
Refs #23919 -- Removed misc Python 2/3 references.
|
8 жил өмнө |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 жил өмнө |
Claude Paroz
|
042b7350a0
Refs #23919 -- Removed unneeded str() calls
|
8 жил өмнө |
Tim Graham
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 жил өмнө |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 жил өмнө |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 жил өмнө |
Claude Paroz
|
7b2f2e74ad
Refs #23919 -- Removed six.<various>_types usage
|
8 жил өмнө |
Claude Paroz
|
c716fe8782
Refs #23919 -- Removed six.PY2/PY3 usage
|
8 жил өмнө |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 жил өмнө |
Claude Paroz
|
9390533951
Fixed #27696 -- Measured email long lines on encoded content
|
8 жил өмнө |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 жил өмнө |
Claude Paroz
|
8858631498
Fixed #27469 -- Prevented sending email to empty addresses
|
8 жил өмнө |
Jon Dufresne
|
9b9c8c4a81
Fixed #27368 -- Modifed BaseEmailBackend.__enter__() to close the connection if an exception occurs.
|
8 жил өмнө |
Claude Paroz
|
458e2fbfcc
Fixed #27333 -- Prevented BASE64 encoding in message.as_string() on Python 3
|
8 жил өмнө |
Tim Graham
|
b2f9db1637
Removed redundant usage of assertNotIn() in a mail test.
|
8 жил өмнө |
Tim Graham
|
f6fe8ecc10
Refs #27210 -- Fixed isolation of test_fail_silently_on_connection_error.
|
8 жил өмнө |
Vesteinn Snaebjarnarson
|
602bffe758
Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection error.
|
8 жил өмнө |
levental
|
42dc9d0400
Fixed #26210 -- Prevented SMTP backend from trying to send mail after a connection failure.
|
8 жил өмнө |
Claude Paroz
|
fe252c0a5a
Fixed #27131 -- Passed proper string type to SMTP connection login
|
8 жил өмнө |
Michael Schwarz
|
72d541b61c
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
|
8 жил өмнө |
Antoine Fontaine
|
004ba05bca
Fixed #27036 -- Made locmem email backend's send_messages() accept generators.
|
8 жил өмнө |
Michael Schwarz
|
6fe391d437
Refs #27007 -- Enhanced mail text attachment test
|
8 жил өмнө |
Claude Paroz
|
04b7b28812
Fixed #26802 -- Prevented crash when attaching bytes as text message
|
8 жил өмнө |
Jon Dufresne
|
4f336f6652
Fixed #26747 -- Used more specific assertions in the Django test suite.
|
8 жил өмнө |
Simon Charette
|
271581df60
Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.
|
8 жил өмнө |
Anton I. Sipos
|
c3495bb984
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
|
8 жил өмнө |
Sergei Maertens
|
ec009ef1d8
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
|
9 жил өмнө |
Claude Paroz
|
836d475afe
Fixed #22561 -- Prevented too long lines in email messages
|
9 жил өмнө |