<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/databases.txt, branch 6.0.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-11-10T21:00:19Z</updated>
<entry>
<title>[6.0.x] Fixed typo in docs/ref/databases.txt.</title>
<updated>2025-11-10T21:00:19Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-11-10T20:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6af15d44dbc208b3c80c9b019b9091a3c527385'/>
<id>urn:sha1:d6af15d44dbc208b3c80c9b019b9091a3c527385</id>
<content type='text'>
Backport of 2b0f24e6223bf7e294fba63741f58eb7b0bf49ff from main.
</content>
</entry>
<entry>
<title>Fixed #36486 -- Added MongoDB to list of third-party DB backends.</title>
<updated>2025-09-09T06:23:41Z</updated>
<author>
<name>Salman</name>
<email>146529045+Faravah@users.noreply.github.com</email>
</author>
<published>2025-09-09T06:23:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=46fdeb1373aa7e9089d14440987444493cc9c2e0'/>
<id>urn:sha1:46fdeb1373aa7e9089d14440987444493cc9c2e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36570 -- Removed unnecessary :py domain from documentation roles.</title>
<updated>2025-08-28T06:52:43Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-08-25T15:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8'/>
<id>urn:sha1:3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</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>Refs #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver.</title>
<updated>2025-04-27T12:16:50Z</updated>
<author>
<name>9r0k</name>
<email>tanyawei1991@gmail.com</email>
</author>
<published>2025-04-27T12:16:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3babda775d822232c8438dba8206cd2f3e2dfacc'/>
<id>urn:sha1:3babda775d822232c8438dba8206cd2f3e2dfacc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33497 -- Doc'd that persistent DB connections should be disabled in ASGI and async modes.</title>
<updated>2025-03-19T00:26:57Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2025-03-13T09:23:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8713e4ae96817a0c7be3f7a8fee25a7c7f819721'/>
<id>urn:sha1:8713e4ae96817a0c7be3f7a8fee25a7c7f819721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed incorrect formatting for inline pluralized code references in docs.</title>
<updated>2025-03-13T18:18:35Z</updated>
<author>
<name>Clifford Gama</name>
<email>53076065+cliff688@users.noreply.github.com</email>
</author>
<published>2025-03-13T18:18:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efe3ca09e029c63e25f6e19843cb0c68cc7fa816'/>
<id>urn:sha1:efe3ca09e029c63e25f6e19843cb0c68cc7fa816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in docs/ref/databases.txt.</title>
<updated>2025-02-14T14:15:27Z</updated>
<author>
<name>Jaime Terreu</name>
<email></email>
</author>
<published>2025-02-14T06:24:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c'/>
<id>urn:sha1:d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36105 -- Dropped support for MariaDB 10.5.</title>
<updated>2025-02-09T11:57:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-09T11:57:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=17160819f3d98a6355bfd608fe756a43cba33343'/>
<id>urn:sha1:17160819f3d98a6355bfd608fe756a43cba33343</id>
<content type='text'>
</content>
</entry>
</feed>
