<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 1.7.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.7.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.7.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2014-03-18T11:25:37Z</updated>
<entry>
<title>Mentioned that ``dumpdata --natural`` is deprecated.</title>
<updated>2014-03-18T11:25:37Z</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2014-03-17T17:50:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc167c9b5ee958019b3f95916c93b97ecb0e1053'/>
<id>urn:sha1:fc167c9b5ee958019b3f95916c93b97ecb0e1053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings</title>
<updated>2014-03-08T08:57:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-02-26T21:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=210d0489c5daad56b806f8165f9fe09fb3c2a019'/>
<id>urn:sha1:210d0489c5daad56b806f8165f9fe09fb3c2a019</id>
<content type='text'>
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
</content>
</entry>
<entry>
<title>Fixed #22025 -- Listing app followed by app.Model in dumpdata command</title>
<updated>2014-02-12T14:34:26Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@gmail.com</email>
</author>
<published>2014-02-11T14:59:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73f51e411372ba3e74ccf5a2c2be88927ac2c6dd'/>
<id>urn:sha1:73f51e411372ba3e74ccf5a2c2be88927ac2c6dd</id>
<content type='text'>
When invoked as follows:

  $ python manage.py dumpdata blogapp blogapp.Tag

Django would throw a TypeError. This commit fixes the problem and provides
a test.
</content>
</entry>
<entry>
<title>Took advantage of the new get_model API. Refs #21702.</title>
<updated>2014-01-26T12:08:05Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-01-26T11:57:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f901b4d6c869f4cfb4fc28a861c481f28e46bb3f'/>
<id>urn:sha1:f901b4d6c869f4cfb4fc28a861c481f28e46bb3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the only_with_models_module argument of get_model[s].</title>
<updated>2013-12-30T22:59:34Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-30T22:53:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bfcc686d22df10c268752635947dd242317ba156'/>
<id>urn:sha1:bfcc686d22df10c268752635947dd242317ba156</id>
<content type='text'>
Now that the refactorings are complete, it isn't particularly useful any
more, nor very well named. Let's keep the API as simple as possible.

Fixed #21689.
</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/django.git/commit/?id=7b88a96553bffcaffb3d8ecb54d0ef7c3c0e934f'/>
<id>urn:sha1:7b88a96553bffcaffb3d8ecb54d0ef7c3c0e934f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed get_model to raise an exception on errors.</title>
<updated>2013-12-28T19:53:00Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-28T13:55:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba7206cd81458865bace85914905392291b05829'/>
<id>urn:sha1:ba7206cd81458865bace85914905392291b05829</id>
<content type='text'>
Returning None on errors required unpythonic error checking and was
inconsistent with get_app_config.

get_model was a private API until the previous commit, but given that it
was certainly used in third party software, the change is explained in
the release notes.

Applied the same change to get_registered_model, which is a new private
API introduced during the recent refactoring.
</content>
</entry>
<entry>
<title>Used app_label instead of appname.</title>
<updated>2013-12-28T08:53:02Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-28T08:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c81fae6b9588ab9ef1edd7309c00e72a87154bc1'/>
<id>urn:sha1:c81fae6b9588ab9ef1edd7309c00e72a87154bc1</id>
<content type='text'>
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
</content>
</entry>
<entry>
<title>Refactored dumpdata with app configs instead of models modules.</title>
<updated>2013-12-27T20:25:35Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-27T20:25:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efddae252ce8fe469196839a29a564c0b4942c89'/>
<id>urn:sha1:efddae252ce8fe469196839a29a564c0b4942c89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed AppCache to Apps.</title>
<updated>2013-12-24T11:25:17Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-12-24T11:25:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1716b7ce5a02b2a77188dfea2d41e25dfa58821c'/>
<id>urn:sha1:1716b7ce5a02b2a77188dfea2d41e25dfa58821c</id>
<content type='text'>
Also renamed app_cache to apps and "app cache" to "app registry".

Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
</content>
</entry>
</feed>
