<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/topics, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-04-24T15:22:34Z</updated>
<entry>
<title>Replaced references in docs to accepted PEPs with specific Python docs links.</title>
<updated>2026-04-24T15:22:34Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-17T17:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=29eac2648cbc8f4000a391bf6424bc32979b0149'/>
<id>urn:sha1:29eac2648cbc8f4000a391bf6424bc32979b0149</id>
<content type='text'>
Where the docs used `:pep:` links for established Python language
features, replaced them with direct references to the Python docs
(usually glossary terms).
</content>
</entry>
<entry>
<title>Refs #373, #34122 -- Removed warning that ForeignObject is an internal tool.</title>
<updated>2026-04-20T14:02:29Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-04-17T07:47:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2c87f519f48038398c8d8a840fa5bf5497c353bb'/>
<id>urn:sha1:2c87f519f48038398c8d8a840fa5bf5497c353bb</id>
<content type='text'>
ForeignObject should not be treated as an internal tool. In the past
we made changes in its API with a proper deprecation, e.g.
8b1ff0da4b162e87edebd94e61f2cd153e9e159d.
</content>
</entry>
<entry>
<title>Refs #35514 -- Cleaned up email docs.</title>
<updated>2026-04-16T18:39:03Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T22:24:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=378481165d14fea4c2a4b7717af3d7bdf9150f08'/>
<id>urn:sha1:378481165d14fea4c2a4b7717af3d7bdf9150f08</id>
<content type='text'>
* Indented get_connection() details into its function block.
* Updated introductory paragraph to better reflect current capabilities.
* Changed link in "Quick examples" to go to descriptive text rather than
  reference for send_mail().
* Avoided implying that send_mail() is only reliable "in most cases."
* Improved description of development SMTP server.
* Expanded information on third-party backends.
* Moved "Email backends" introductory paragraph above API methods and
  expanded it to match section content.
</content>
</entry>
<entry>
<title>Refs #35514 -- Added "Configuring email" section to email docs.</title>
<updated>2026-04-16T18:39:03Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T22:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5a0c099140c60dbc1bafb454e148e6ac75417db8'/>
<id>urn:sha1:5a0c099140c60dbc1bafb454e148e6ac75417db8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35514 -- Moved and renamed "Sending multiple emails" in email docs.</title>
<updated>2026-04-16T18:39:03Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T21:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8bb01b1b11ee771dedf30c6ff9452a1699810016'/>
<id>urn:sha1:8bb01b1b11ee771dedf30c6ff9452a1699810016</id>
<content type='text'>
Moved "Sending multiple emails" from the "Email backends" section to the
"Sending messages" section and renamed it to "Sending many messages
efficiently" to better reflect its content.

Moved the related connection manager example from the "Email backends"
intro into the same section.
</content>
</entry>
<entry>
<title>Refs #35514 -- Moved get_connection() after backends in email docs.</title>
<updated>2026-04-16T18:39:03Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T20:27:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5a79a092af43ad59220e2237cd5f90f6d628deab'/>
<id>urn:sha1:5a79a092af43ad59220e2237cd5f90f6d628deab</id>
<content type='text'>
Moved "Obtaining an instance of an email backend" after documentation
for individual backends (matching similar approach in Tasks docs).
</content>
</entry>
<entry>
<title>Refs #35514 -- Corrected email backends' outline levels in email docs.</title>
<updated>2026-04-15T12:26:53Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T20:05:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=86cea4145dcd870231ea81f3cfe78fcbe02dbae4'/>
<id>urn:sha1:86cea4145dcd870231ea81f3cfe78fcbe02dbae4</id>
<content type='text'>
Moved documentation section for each email backend to be a direct child
of "Email backends" (rather than subsections of "Obtaining an instance
of an email backend"). Added a section header for "Third-party backends"
to surface it in the outline and separate it from "Dummy backend."
</content>
</entry>
<entry>
<title>Refs #35514 -- Moved EmailMessage class up in email docs.</title>
<updated>2026-04-15T12:26:53Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T19:47:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8f36420364265ea1635b6038770077c08cb9ee97'/>
<id>urn:sha1:8f36420364265ea1635b6038770077c08cb9ee97</id>
<content type='text'>
Moved the "Preventing header injection" discussion below sections on
EmailMessage and related classes.
</content>
</entry>
<entry>
<title>Refs #35514 -- Grouped sending-related features in email docs.</title>
<updated>2026-04-15T12:26:53Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T19:40:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89d2298fbb9a682e82fdbb30263f94f18442bfae'/>
<id>urn:sha1:89d2298fbb9a682e82fdbb30263f94f18442bfae</id>
<content type='text'>
Introduced a top-level "Sending messages" section to group together
send_mail(), send_mass_mail(), mail_admins(), mail_managers(), the
EmailMessage and EmailMultiAlternatives classes, and other topics
related to sending.
</content>
</entry>
<entry>
<title>Refs #35514 -- Moved email docs examples to relevant section.</title>
<updated>2026-04-15T12:26:53Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-07T19:22:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d6e58765f559ba1d02974e11307a25e2e58d1585'/>
<id>urn:sha1:d6e58765f559ba1d02974e11307a25e2e58d1585</id>
<content type='text'>
The top-level "Examples" section of docs/topics/email.txt seemed intended
to illustrate the difference between send_mail() and send_mass_mail(),
not to provide general examples of sending email. Moved it into the
existing "send_mass_mail() vs. send_mail()" section.

(There's already a "Quick examples" section at the top of the page with
general examples.)
</content>
</entry>
</feed>
