<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/base.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-08-12T07:46:20Z</updated>
<entry>
<title>Remove unused OneToOneField from DatabaseWrapper.data_types.</title>
<updated>2025-08-12T07:46:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-08-09T02:02:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=80cc9994d178d4afff0c85f9be8393bcedfd2687'/>
<id>urn:sha1:80cc9994d178d4afff0c85f9be8393bcedfd2687</id>
<content type='text'>
OneToOneField uses the type of the related field.
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #34887 -- Added support for unlimited models.CharField on SQLite.</title>
<updated>2024-09-16T11:31:06Z</updated>
<author>
<name>saJaeHyukc</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2024-09-13T11:07:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd92f247891950bc92369b2457e032ec11f0147d'/>
<id>urn:sha1:fd92f247891950bc92369b2457e032ec11f0147d</id>
<content type='text'>
Signed-off-by: saJaeHyukc &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #24018 -- Allowed setting pragma options on SQLite.</title>
<updated>2024-02-16T11:59:19Z</updated>
<author>
<name>Aaron Linville</name>
<email>aaron@linville.org</email>
</author>
<published>2023-08-17T22:06:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7a05b8a2fac57e32a61726893d4601352c1d1c8d'/>
<id>urn:sha1:7a05b8a2fac57e32a61726893d4601352c1d1c8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29280 -- Made the transactions behavior configurable on SQLite.</title>
<updated>2024-01-30T10:42:34Z</updated>
<author>
<name>Anže Pečar</name>
<email>anze@pecar.me</email>
</author>
<published>2024-01-23T10:51:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0204ac183ad6bca71707676d994d5888cf966aa'/>
<id>urn:sha1:a0204ac183ad6bca71707676d994d5888cf966aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Fixed #34760 -- Dropped support for SQLite &lt; 3.27.</title>
<updated>2023-08-04T04:35:13Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-04T04:35:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b582387d51c44fa928351ca55f05fc8b8d2986e'/>
<id>urn:sha1:2b582387d51c44fa928351ca55f05fc8b8d2986e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.</title>
<updated>2022-12-08T04:53:18Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-12-08T04:53:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=95a101a690402076321331d56e67d896e8f6dfbc'/>
<id>urn:sha1:95a101a690402076321331d56e67d896e8f6dfbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used super().execute/executemany() in SQLiteCursorWrapper.</title>
<updated>2022-11-08T13:19:59Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-08T13:19:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e0fb2a25b973a5e539d908f7f31112fb10622bd4'/>
<id>urn:sha1:e0fb2a25b973a5e539d908f7f31112fb10622bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10070 -- Added support for pyformat style parameters on SQLite.</title>
<updated>2022-11-08T11:26:39Z</updated>
<author>
<name>Ryan Cheley</name>
<email>rcheley@gmail.com</email>
</author>
<published>2022-10-30T17:44:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8e6ea1d153a852b83eaa4807301b143df1647a44'/>
<id>urn:sha1:8e6ea1d153a852b83eaa4807301b143df1647a44</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
</feed>
