<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/databases.txt, branch 5.2.12</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.12</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.12'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-09-09T06:24:11Z</updated>
<entry>
<title>[5.2.x] Fixed #36486 -- Added MongoDB to list of third-party DB backends.</title>
<updated>2025-09-09T06:24:11Z</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=adc80dd81eb70d8e11230b9603b025f0d98e1373'/>
<id>urn:sha1:adc80dd81eb70d8e11230b9603b025f0d98e1373</id>
<content type='text'>
Backport of 46fdeb1373aa7e9089d14440987444493cc9c2e0 from main
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be disabled in ASGI and async modes.</title>
<updated>2025-03-19T00:28:07Z</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=c779808c8e580efdcc27d10bda1323c4ea74a8f5'/>
<id>urn:sha1:c779808c8e580efdcc27d10bda1323c4ea74a8f5</id>
<content type='text'>
Backport of 8713e4ae96817a0c7be3f7a8fee25a7c7f819721 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed incorrect formatting for inline pluralized code references in docs.</title>
<updated>2025-03-13T18:23:55Z</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=91971013a1d56917338bad63aee7b831019859db'/>
<id>urn:sha1:91971013a1d56917338bad63aee7b831019859db</id>
<content type='text'>
Backport of efe3ca09e029c63e25f6e19843cb0c68cc7fa816 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed typo in docs/ref/databases.txt.</title>
<updated>2025-02-14T14:16:48Z</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=9ad5d0ac3b2c3cf3dcae66e77ce46a4ff1ee9c18'/>
<id>urn:sha1:9ad5d0ac3b2c3cf3dcae66e77ce46a4ff1ee9c18</id>
<content type='text'>
Backport of d87bb0eb3ee4ca141c6fa251e6c2c97050e6c92c from main.
</content>
</entry>
<entry>
<title>Fixed #7732 -- Added support for connection pools on Oracle.</title>
<updated>2024-12-17T10:26:32Z</updated>
<author>
<name>suraj</name>
<email>suraj.shaw@oracle.com</email>
</author>
<published>2024-09-10T15:26:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d9872fc9a70ef6966930c68c68febea7eb60ede'/>
<id>urn:sha1:0d9872fc9a70ef6966930c68c68febea7eb60ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18392 -- Changed default mysql encoding to "utf8mb4".</title>
<updated>2024-11-18T14:00:33Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2024-10-17T20:32:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9609b48b9149aa0b96208588b99ce6161be6a287'/>
<id>urn:sha1:9609b48b9149aa0b96208588b99ce6161be6a287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35702 -- Removed connection pooling note for mysql drivers.</title>
<updated>2024-08-30T07:08:32Z</updated>
<author>
<name>Hisham Mahmood</name>
<email>hishammahmood41@gmail.com</email>
</author>
<published>2024-08-28T19:04:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b2a2c0e26e9e01792a0e9fee790aac48ff474bc'/>
<id>urn:sha1:2b2a2c0e26e9e01792a0e9fee790aac48ff474bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unneeded hyphens in "counterintuitive".</title>
<updated>2024-07-04T06:30:19Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2024-07-03T16:54:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=704192e478885762411252979021771ba23b8adb'/>
<id>urn:sha1:704192e478885762411252979021771ba23b8adb</id>
<content type='text'>
Follow-up to 65ad4ade74dc9208b9d686a451cd6045df0c9c3a which added
counterintuitive to the wordlist. Removes unneeded (antiquated)
hyphenated usages.

See e.g. https://www.merriam-webster.com/dictionary/counterintuitive
</content>
</entry>
<entry>
<title>Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.</title>
<updated>2024-05-27T07:49:25Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-05-24T19:23:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b049bec7cfe9b5854584d240addb44fa1e9375a5'/>
<id>urn:sha1:b049bec7cfe9b5854584d240addb44fa1e9375a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35412 -- Dropped support for SQLite &lt; 3.31.</title>
<updated>2024-04-29T09:07:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-04-28T16:22:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85c154da2f07485a1cdc4d886eee4c1a1ef56137'/>
<id>urn:sha1:85c154da2f07485a1cdc4d886eee4c1a1ef56137</id>
<content type='text'>
</content>
</entry>
</feed>
