<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/sites_framework, 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>2026-01-20T15:40:53Z</updated>
<entry>
<title>Refs #36639 -- Updated test migrations to match models.</title>
<updated>2026-01-20T15:40:53Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2026-01-19T17:43:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=748c2ba8370c66b098bd78b241c70d16712d1e93'/>
<id>urn:sha1:748c2ba8370c66b098bd78b241c70d16712d1e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
<entry>
<title>Removed redundant QuerySet.all() calls in docs and tests.</title>
<updated>2022-02-22T09:29:38Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-02-22T09:29:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=847f46e9bf88964484c8b76a10af753ea1018311'/>
<id>urn:sha1:847f46e9bf88964484c8b76a10af753ea1018311</id>
<content type='text'>
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.</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>Removed unused __str__() methods in tests models.</title>
<updated>2020-04-15T18:20:32Z</updated>
<author>
<name>Author: Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2020-01-22T14:05:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6461583b6cc257d25880ef9a9fd7e2125ac53ce1'/>
<id>urn:sha1:6461583b6cc257d25880ef9a9fd7e2125ac53ce1</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-Authored-By: Hasan Ramezani &lt;hasan.r67@gmail.com&gt;
</content>
</entry>
<entry>
<title>Switched setUp() to setUpTestData() where possible in Django's tests.</title>
<updated>2018-11-27T14:35:17Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-11-24T01:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84e7a9f4a7bb3cad2bffae97baaae99de152c451'/>
<id>urn:sha1:84e7a9f4a7bb3cad2bffae97baaae99de152c451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed python_2_unicode_compatible decorator usage</title>
<updated>2017-01-18T12:44:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T20:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca'/>
<id>urn:sha1:f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many</title>
<updated>2016-03-19T08:24:27Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-03-10T17:21:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=983c158da7723eb00a376bd31db76709da4d0260'/>
<id>urn:sha1:983c158da7723eb00a376bd31db76709da4d0260</id>
<content type='text'>
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
</content>
</entry>
<entry>
<title>Removed unneeded hint=None/obj=None in system check messages.</title>
<updated>2016-02-12T18:01:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-02-12T16:36:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=004ba0f99eb25c3f32aa3a41707534e955d1878e'/>
<id>urn:sha1:004ba0f99eb25c3f32aa3a41707534e955d1878e</id>
<content type='text'>
</content>
</entry>
</feed>
