<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/topics/db/multi-db.txt, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-03-28T17:40:35Z</updated>
<entry>
<title>[6.0.x] Fixed #29762 -- Doc'd how database routers fetch related objects.</title>
<updated>2026-03-28T17:40:35Z</updated>
<author>
<name>VIZZARD-X</name>
<email>vigneshanandmay13@gmail.com</email>
</author>
<published>2025-11-22T06:35:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=00f0b0d233e4197227d05cb1fe55855100d415ad'/>
<id>urn:sha1:00f0b0d233e4197227d05cb1fe55855100d415ad</id>
<content type='text'>
Thanks James Bligh for the review.

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;

Backport of edd899786851f6285abbc3c272f4f5ec0e48a74c from main.
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples.</title>
<updated>2024-11-14T11:09:50Z</updated>
<author>
<name>Alexander Lazarević</name>
<email>laza@e11bits.com</email>
</author>
<published>2024-11-13T08:01:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8590d05d44a4f3df56d988229e43d66c37df79da'/>
<id>urn:sha1:8590d05d44a4f3df56d988229e43d66c37df79da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35156 -- Removed outdated note about not supporting foreign keys by SQLite.</title>
<updated>2024-01-31T16:48:42Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2024-01-31T15:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3dc80682e678b20c89fb2a430c0bc77960a29ac'/>
<id>urn:sha1:b3dc80682e678b20c89fb2a430c0bc77960a29ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34140 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T18:19:13Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-09T15:48:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=534ac4829764f317cf2fbc4a18354fcc998c1425'/>
<id>urn:sha1:534ac4829764f317cf2fbc4a18354fcc998c1425</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
</content>
</entry>
<entry>
<title>Rewrote some references to "master".</title>
<updated>2022-03-08T13:50:06Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-11-22T10:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8c15481f4be93700f6e4a8f794de26744e6db20'/>
<id>urn:sha1:a8c15481f4be93700f6e4a8f794de26744e6db20</id>
<content type='text'>
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
</content>
</entry>
<entry>
<title>Removed redundant QuerySet.all() calls in docs and tests.</title>
<updated>2022-02-22T09:29:38Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-02-22T09:29:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=847f46e9bf88964484c8b76a10af753ea1018311'/>
<id>urn:sha1:847f46e9bf88964484c8b76a10af753ea1018311</id>
<content type='text'>
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.</content>
</entry>
<entry>
<title>Avoided counting attributes and methods in docs.</title>
<updated>2021-12-28T11:36:57Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-12-28T11:36:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad6bb20557f5c87de26aeb3afb061af942a8cc17'/>
<id>urn:sha1:ad6bb20557f5c87de26aeb3afb061af942a8cc17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32233 -- Cleaned-up duplicate connection functionality.</title>
<updated>2020-12-08T07:55:44Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2017-10-22T15:30:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98e05ccde440cc9b768952cc10bc8285f4924e1f'/>
<id>urn:sha1:98e05ccde440cc9b768952cc10bc8285f4924e1f</id>
<content type='text'>
</content>
</entry>
</feed>
