django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
David
|
51874dd160
Added backticks to code literals in various docs.
|
3 years ago |
Claude Paroz
|
5d13cc540e
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
|
3 years ago |
Mariusz Felisiak
|
1d16dbc745
Fixed broken links and redirects in docs.
|
3 years ago |
Jacob Walls
|
259b28706e
Fixed some broken links and redirects in docs.
|
3 years ago |
David Smith
|
1cba320786
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
|
3 years ago |
Nick Pope
|
c156e36955
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
3 years ago |
Hasan Ramezani
|
b1af2cca3a
Fixed #32471 -- Doc'd the return value of EmailMessage.send().
|
4 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
4 years ago |
Nick Pope
|
feb91dbda1
Used :mimetype: role in various docs.
|
4 years ago |
Adrian D'Alessandro
|
235b681351
Doc'd send_email() behavior when from_email is None.
|
4 years ago |
Adam Johnson
|
f344c75fb0
Added additional note that tests use locmem email backend.
|
5 years ago |
Jon Dufresne
|
fbbff7f808
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Joachim Jablon
|
0c2ffdd526
Fixed an example of email with display name in EmailMessage.from_email.
|
5 years ago |
José L. Patiño
|
b5dd6ef3d5
Fixed #29535 -- Updated email.MIME* references for Python 3.
|
6 years ago |
Subhav Gautam
|
085ebc5f1a
Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
|
6 years ago |
Mariusz Felisiak
|
35319bf12c
Alphabetized imports in various docs.
|
6 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Michael Schwarz
|
72d541b61c
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |
Camilo Nova
|
a6f856df52
Added import in docs/topics/email.txt example.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Tim Graham
|
ffe83d16bd
Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
|
9 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Martin Blech
|
e023ceb453
Fixed #23910 -- Added reply_to parameter to EmailMessage
|
10 years ago |