<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/databases.txt, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-05-12T11:10:51Z</updated>
<entry>
<title>[4.2.x] Clarified database connections lifetime outside HTTP requests.</title>
<updated>2023-05-12T11:10:51Z</updated>
<author>
<name>Alberto Sottile</name>
<email>alby128@gmail.com</email>
</author>
<published>2023-05-12T11:09:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbe263751cf80732c2cd47d409f5f0a9701ec327'/>
<id>urn:sha1:dbe263751cf80732c2cd47d409f5f0a9701ec327</id>
<content type='text'>
Backport of e901407e2369ddb16a5c866e1f2fbf8ea8acf549 from main
</content>
</entry>
<entry>
<title>[4.2.x] Added Snowflake to list of third-party DB backends.</title>
<updated>2023-04-17T05:44:37Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2023-04-16T23:22:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7679741c467eda91fb50a42ca845b69f52f359f1'/>
<id>urn:sha1:7679741c467eda91fb50a42ca845b69f52f359f1</id>
<content type='text'>
Backport of 57f2b935b34d148c3c0d906fc8256765004b7b77 from main
</content>
</entry>
<entry>
<title>[4.2.x] Used extlinks for PyPI links.</title>
<updated>2023-04-17T05:44:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2023-04-16T23:14:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26f181939ebdad3811736aadeb5634bbdcaca025'/>
<id>urn:sha1:26f181939ebdad3811736aadeb5634bbdcaca025</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;

Backport of 2c4dc6476083c853b654e462c7ff65dbe0334c9e from main
</content>
</entry>
<entry>
<title>[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:39:03Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-03-01T12:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62510f01e76ad0526c94ea6d1bc6399c1ddf3df4'/>
<id>urn:sha1:62510f01e76ad0526c94ea6d1bc6399c1ddf3df4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues in docs.</title>
<updated>2023-02-28T11:54:33Z</updated>
<author>
<name>Joseph Victor Zammit</name>
<email>jvzammit@gmail.com</email>
</author>
<published>2023-01-23T20:29:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd'/>
<id>urn:sha1:5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd</id>
<content type='text'>
Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T20:12:06Z</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=b784768eef75afb32f6d2ce7166551a528bce0ec'/>
<id>urn:sha1:b784768eef75afb32f6d2ce7166551a528bce0ec</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.

Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
</content>
</entry>
<entry>
<title>Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding with psycopg version 3.</title>
<updated>2023-01-17T07:24:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-16T09:22:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e2649fdf40cedc5be7e2c0e5f7711f315e36b84'/>
<id>urn:sha1:0e2649fdf40cedc5be7e2c0e5f7711f315e36b84</id>
<content type='text'>
Thanks Guillaume Andreu Sabater for the report.

Co-authored-by: Florian Apolloner &lt;apollo13@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #34255 -- Bumped required psycopg version to 3.1.8.</title>
<updated>2023-01-17T07:24:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-17T04:21:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8a76059ff6ff37fb51972fe2ba8b9d9464af769'/>
<id>urn:sha1:c8a76059ff6ff37fb51972fe2ba8b9d9464af769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32355 -- Bumped mysqlclient requirement to &gt;= 1.4.3.</title>
<updated>2023-01-05T15:34:14Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-05T15:34:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7d9329935a842510fab5eb2634bf08e40e1cb2cb'/>
<id>urn:sha1:7d9329935a842510fab5eb2634bf08e40e1cb2cb</id>
<content type='text'>
mysqlclient 1.4.3 is the first release to support Python 3.8.</content>
</entry>
<entry>
<title>Fixed #34200 -- Made the session role configurable on PostgreSQL.</title>
<updated>2023-01-03T08:30:53Z</updated>
<author>
<name>Mike Crute</name>
<email>mike@crute.us</email>
</author>
<published>2022-12-06T04:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b78ac3fc7bd9f0c57518d0c1a153582318edd59'/>
<id>urn:sha1:0b78ac3fc7bd9f0c57518d0c1a153582318edd59</id>
<content type='text'>
</content>
</entry>
</feed>
