<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/apps/base.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2014-01-26T12:17:03Z</updated>
<entry>
<title>Fixed #21877 -- Renamed django.apps.base to config.</title>
<updated>2014-01-26T12:17:03Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-01-26T12:17:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4f03b718f712b39f306f6dfe177e1f65b5437ac2'/>
<id>urn:sha1:4f03b718f712b39f306f6dfe177e1f65b5437ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17304 -- Allow single-path and configured-path namespace packages as apps.</title>
<updated>2014-01-26T02:37:05Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2014-01-26T02:37:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=966b186981d619d964152ebcda1bd844ec5f6c8c'/>
<id>urn:sha1:966b186981d619d964152ebcda1bd844ec5f6c8c</id>
<content type='text'>
Also document the conditions under which a namespace package may or may not be
a Django app, and raise a clearer error message in those cases where it may not
be.

Thanks Aymeric for review and consultation.
</content>
</entry>
<entry>
<title>Fixed #21829 -- Added default AppConfigs.</title>
<updated>2014-01-25T09:41:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-01-24T21:43:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2ff93e027c7b35378cc450a926bc2e4a446cacf0'/>
<id>urn:sha1:2ff93e027c7b35378cc450a926bc2e4a446cacf0</id>
<content type='text'>
Thanks Russell for the report, Marc for the initial patch, Carl for the
final review, and everyone who contributed to the design discussion.
</content>
</entry>
<entry>
<title>Fixed typo in comment.</title>
<updated>2014-01-15T20:24:09Z</updated>
<author>
<name>Martin Matusiak</name>
<email>numerodix@gmail.com</email>
</author>
<published>2014-01-15T20:24:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cd69db68cf88703bac25150578bfe4e5d0dbcd3d'/>
<id>urn:sha1:cd69db68cf88703bac25150578bfe4e5d0dbcd3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed AppConfig.setup to ready.</title>
<updated>2013-12-31T17:04:54Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-31T16:55:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1d23d766ab85301eb527629400933fd601355f1a'/>
<id>urn:sha1:1d23d766ab85301eb527629400933fd601355f1a</id>
<content type='text'>
Thanks Jannis and Marc for the feedback.

Fixed #21717.
</content>
</entry>
<entry>
<title>Merged Apps.populate_apps() and populate_models().</title>
<updated>2013-12-30T22:18:22Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-30T22:15:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1c242a297b5b1857d76cab9b24f9f1d3b7f5240d'/>
<id>urn:sha1:1c242a297b5b1857d76cab9b24f9f1d3b7f5240d</id>
<content type='text'>
After the recent series of refactorings, there's no reason to keep
two distinct methods.

Refs #21681.
</content>
</entry>
<entry>
<title>Stopped populating the app registry as a side effect.</title>
<updated>2013-12-30T21:11:17Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-30T14:42:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=80d74097b4bd7186ad99b6d41d0ed90347a39b21'/>
<id>urn:sha1:80d74097b4bd7186ad99b6d41d0ed90347a39b21</id>
<content type='text'>
Since it triggers imports, it shouldn't be done lightly.

This commit adds a public API for doing it explicitly, django.setup(),
and does it automatically when using manage.py and wsgi.py.
</content>
</entry>
<entry>
<title>Added AppConfig.setup() to run setup code.</title>
<updated>2013-12-30T21:11:16Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-30T11:49:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e187caa3afd7d292353fb32be1647da2cf0968da'/>
<id>urn:sha1:e187caa3afd7d292353fb32be1647da2cf0968da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added AppConfig.get_models().</title>
<updated>2013-12-29T19:31:59Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-29T19:26:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7b88a96553bffcaffb3d8ecb54d0ef7c3c0e934f'/>
<id>urn:sha1:7b88a96553bffcaffb3d8ecb54d0ef7c3c0e934f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified Apps.get_model and added AppConfig.get_model.</title>
<updated>2013-12-28T19:43:29Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-28T13:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=54790e669d73269bea6320c947ed8a46e98b8025'/>
<id>urn:sha1:54790e669d73269bea6320c947ed8a46e98b8025</id>
<content type='text'>
Documented them as public APIs.
</content>
</entry>
</feed>
