<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/apps/config.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>2022-02-07T19:37:05Z</updated>
<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>Refs #32355 -- Corrected comments about Python's _NamespacePath.</title>
<updated>2021-03-26T09:17:10Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2021-03-26T09:14:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cecdec91cf08fa8ad70a22d2a03bec3e86692350'/>
<id>urn:sha1:cecdec91cf08fa8ad70a22d2a03bec3e86692350</id>
<content type='text'>
_NamespacePath supports indexing in Python 3.8+.
</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>
<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>Fixed #31870 -- Fixed crash when populating app registry with empty or without apps module.</title>
<updated>2020-08-10T18:16:45Z</updated>
<author>
<name>Iuri de Silvio</name>
<email>iurisilvio@gmail.com</email>
</author>
<published>2020-08-10T18:16:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ebd78a9f97d8ba850d279a844d89a1d805370738'/>
<id>urn:sha1:ebd78a9f97d8ba850d279a844d89a1d805370738</id>
<content type='text'>
Regression in 3f2821af6bc48fa8e7970c1ce27bc54c3172545e.</content>
</entry>
<entry>
<title>Fixed #31180 -- Configured applications automatically.</title>
<updated>2020-07-21T08:35:12Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2020-07-21T08:35:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3f2821af6bc48fa8e7970c1ce27bc54c3172545e'/>
<id>urn:sha1:3f2821af6bc48fa8e7970c1ce27bc54c3172545e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unnecessary tuple wrapping of single format string argument.</title>
<updated>2020-04-27T06:30:16Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-04-25T13:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abea86f9e44a8eda9ad1859fe05a91509bdb8011'/>
<id>urn:sha1:abea86f9e44a8eda9ad1859fe05a91509bdb8011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTALLED_APPS.</title>
<updated>2018-09-26T20:12:21Z</updated>
<author>
<name>Marten Kenbeek</name>
<email>marten.knbk@gmail.com</email>
</author>
<published>2018-09-18T16:19:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40c8ffad7249fd37ca1629f06d3ab6b129d84b21'/>
<id>urn:sha1:40c8ffad7249fd37ca1629f06d3ab6b129d84b21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalized spelling of "lowercase" and "lowercased".</title>
<updated>2018-09-25T14:30:18Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-25T14:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c3e0eb1c16abbcded3503b4ea3473b353520f61'/>
<id>urn:sha1:8c3e0eb1c16abbcded3503b4ea3473b353520f61</id>
<content type='text'>
</content>
</entry>
</feed>
