<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/apps, 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-19T18:57:05Z</updated>
<entry>
<title>Fixed #36369 -- Cleared additional cached properties in apps.clear_cache().</title>
<updated>2025-09-19T18:57:05Z</updated>
<author>
<name>Senthil Kumar</name>
<email>jrsenthil.kumar23@gmail.com</email>
</author>
<published>2025-07-16T12:54:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ee651f2555f3258b136f6e8be90f018fd8ffbf0'/>
<id>urn:sha1:5ee651f2555f3258b136f6e8be90f018fd8ffbf0</id>
<content type='text'>
Thanks Clifford Gama for the report.

Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
</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 #34849 -- Avoided raising RuntimeWarning about import-time queries when apps are reinitialized with test tools.</title>
<updated>2023-09-25T06:17:03Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2023-09-24T09:02:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f2ae0644de34791b84b7beb11a966ce4bc48fb6'/>
<id>urn:sha1:4f2ae0644de34791b84b7beb11a966ce4bc48fb6</id>
<content type='text'>
Regression in fbd16438f46bc2128926958ad24331da5d1b406f.
</content>
</entry>
<entry>
<title>Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.</title>
<updated>2023-08-21T11:44:25Z</updated>
<author>
<name>Florian Zimmermann</name>
<email>flo@chaos-wg.net</email>
</author>
<published>2023-06-01T14:39:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbd16438f46bc2128926958ad24331da5d1b406f'/>
<id>urn:sha1:fbd16438f46bc2128926958ad24331da5d1b406f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.</title>
<updated>2023-06-30T06:27:15Z</updated>
<author>
<name>sobolevn</name>
<email>mail@sobolevn.me</email>
</author>
<published>2023-06-29T13:13:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5820fc44854e421e4ebaaddb34d7109ff15e1148'/>
<id>urn:sha1:5820fc44854e421e4ebaaddb34d7109ff15e1148</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrote some references to "master".</title>
<updated>2022-03-08T13:50:06Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-11-22T10:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8c15481f4be93700f6e4a8f794de26744e6db20'/>
<id>urn:sha1:a8c15481f4be93700f6e4a8f794de26744e6db20</id>
<content type='text'>
Following d9a266d657f66b8c4fa068408002a4e3709ee669.
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</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>Refs #31180 -- Removed default_app_config application configuration variable per deprecation timeline.</title>
<updated>2021-09-20T19:23:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-16T07:06:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75d6c4ae6df93c4c4d8621aced3a180afa18a6cb'/>
<id>urn:sha1:75d6c4ae6df93c4c4d8621aced3a180afa18a6cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier.</title>
<updated>2020-12-22T12:26:30Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-12-21T13:21:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8b2a30f6f16cb1f3538847954030d69da005bc7f'/>
<id>urn:sha1:8b2a30f6f16cb1f3538847954030d69da005bc7f</id>
<content type='text'>
</content>
</entry>
</feed>
