<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_sqlite.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-09-05T14:43:10Z</updated>
<entry>
<title>Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.</title>
<updated>2025-09-05T14:43:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-08-19T19:08:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a636118dacdcda074c99ebd50311d64a8cca367'/>
<id>urn:sha1:2a636118dacdcda074c99ebd50311d64a8cca367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.</title>
<updated>2021-05-18T18:26:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2021-05-14T13:58:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8cd55021bcb6c9727c1adccd9623fa4acfc0312b'/>
<id>urn:sha1:8cd55021bcb6c9727c1adccd9623fa4acfc0312b</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #31007 -- Allowed specifying type of auto-created primary keys.</title>
<updated>2020-12-15T10:25:46Z</updated>
<author>
<name>Tom Forbes</name>
<email>tom@tomforb.es</email>
</author>
<published>2020-07-12T12:59:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b5e12d490af3debca8c55ab3c1698189fdedbbdb'/>
<id>urn:sha1:b5e12d490af3debca8c55ab3c1698189fdedbbdb</id>
<content type='text'>
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
</content>
</entry>
<entry>
<title>Added trailing comma.</title>
<updated>2015-02-06T11:58:45Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-06T11:58:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=23a5ec07828b8f16d5abb89d892869ec0c635c45'/>
<id>urn:sha1:23a5ec07828b8f16d5abb89d892869ec0c635c45</id>
<content type='text'>
Sorry, I couldn't stand the inconsistency between the two databases anymore.
</content>
</entry>
<entry>
<title>Fixed #24149 -- Normalized tuple settings to lists.</title>
<updated>2015-02-03T19:59:45Z</updated>
<author>
<name>darkryder</name>
<email>sambhav13085@iiitd.ac.in</email>
</author>
<published>2015-01-21T16:55:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ec8aa5e5d42ac4529846f7eae6bf4982800abff'/>
<id>urn:sha1:9ec8aa5e5d42ac4529846f7eae6bf4982800abff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated an inaccurate comment.</title>
<updated>2013-02-26T09:00:14Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-26T09:00:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8dd8400f7eb7a4cf0a2e1a0c6cd3e5825ac94be7'/>
<id>urn:sha1:8dd8400f7eb7a4cf0a2e1a0c6cd3e5825ac94be7</id>
<content type='text'>
Tests can run nearly as fast under PostgreSQL and MySQL as under SQLite
with a bit of configuration and the speedup is always a good thing.
</content>
</entry>
<entry>
<title>Use faster password hasher in sqlite tests</title>
<updated>2012-04-30T19:10:27Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-30T18:40:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0819957eda318205e17591dccd81482701eab25c'/>
<id>urn:sha1:0819957eda318205e17591dccd81482701eab25c</id>
<content type='text'>
Fixed #18163
</content>
</entry>
<entry>
<title>Added a default SECRET_KEY setting to the default test sesttings (refs #17800).</title>
<updated>2012-03-02T00:05:13Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-03-02T00:05:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df1e505d9f99e557b22270365c90f9517a19bd27'/>
<id>urn:sha1:df1e505d9f99e557b22270365c90f9517a19bd27</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
