<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 1.9a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.9a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.9a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-07-24T16:37:55Z</updated>
<entry>
<title>Fixed #22258 -- Added progress status for dumpdata when outputting to file</title>
<updated>2015-07-24T16:37:55Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-07-21T21:24:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c296e55dc6a697c7e4d4be92b954633cda4a79b1'/>
<id>urn:sha1:c296e55dc6a697c7e4d4be92b954633cda4a79b1</id>
<content type='text'>
Thanks Gwildor Sok for the report and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names.</title>
<updated>2015-05-22T15:08:25Z</updated>
<author>
<name>Peter Inglesby</name>
<email>peter.inglesby@gmail.com</email>
</author>
<published>2015-05-12T09:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0688a7946afac04123309afd29c95319a8d59392'/>
<id>urn:sha1:0688a7946afac04123309afd29c95319a8d59392</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24351, #24346 -- Changed the signature of allow_migrate().</title>
<updated>2015-02-20T14:34:09Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2015-02-19T07:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bed504d70bede3431a213203c13a33905d6dbf77'/>
<id>urn:sha1:bed504d70bede3431a213203c13a33905d6dbf77</id>
<content type='text'>
The new signature enables better support for routing RunPython and
RunSQL operations, especially w.r.t. reusable and third-party apps.

This commit also takes advantage of the deprecation cycle for the old
signature to remove the backward incompatibility introduced in #22583;
RunPython and RunSQL won't call allow_migrate() when when the router
has the old signature.

Thanks Aymeric Augustin and Tim Graham for helping shape up the patch.

Refs 22583.
</content>
</entry>
<entry>
<title>Sorted imports with isort; refs #23860.</title>
<updated>2015-02-06T13:16:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-28T12:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ed7d155635da9f79d4dd67e4889087d3673c6da'/>
<id>urn:sha1:0ed7d155635da9f79d4dd67e4889087d3673c6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed dumpdata --natural option and serializers use_natural_keys parameter.</title>
<updated>2015-01-18T01:18:34Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-18T01:18:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c3336e7e4f146fc62272d462288a00f8d78c1f83'/>
<id>urn:sha1:c3336e7e4f146fc62272d462288a00f8d78c1f83</id>
<content type='text'>
Per deprecation timeline; refs #13252.
</content>
</entry>
<entry>
<title>Fixed #23660 -- Moved sort_dependencies to core.</title>
<updated>2014-10-15T20:04:13Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2014-10-15T15:37:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6a8268d1974778d93e112c739b4cf0564b7e043'/>
<id>urn:sha1:a6a8268d1974778d93e112c739b4cf0564b7e043</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Converted remaining management commands to argparse</title>
<updated>2014-06-14T11:43:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-06-06T20:39:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f17b24e407385eb18651bf023a187347aa9c1f75'/>
<id>urn:sha1:f17b24e407385eb18651bf023a187347aa9c1f75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a few ResourceWarning in the test suite. Refs #22680.</title>
<updated>2014-05-25T20:23:17Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2014-05-25T20:08:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7de5f5d3f0d895c29ed27ad872d360bf95c8a2f'/>
<id>urn:sha1:b7de5f5d3f0d895c29ed27ad872d360bf95c8a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14226 -- Dependency calculation for complex M2M relations.</title>
<updated>2014-05-11T22:50:01Z</updated>
<author>
<name>Rainer Koirikivi</name>
<email>rainer@koirikivi.fi</email>
</author>
<published>2013-08-21T00:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a75324c6544d728d3bd8f678b1b8021fdff18332'/>
<id>urn:sha1:a75324c6544d728d3bd8f678b1b8021fdff18332</id>
<content type='text'>
`sort_dependencies` incorrectly interpreted 'complex' M2M relations
(with explicit through models) as dependencies for a model. This caused
circular complex M2M relations to be unserializable by dumpdata.

Thanks to aneil for the report and outofculture for initial tests.
</content>
</entry>
<entry>
<title>flake8 and doc fixes for refs #22257.</title>
<updated>2014-03-25T13:44:59Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-25T13:43:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3c4205b79cff2be809c3698df2e9d53303b5070'/>
<id>urn:sha1:e3c4205b79cff2be809c3698df2e9d53303b5070</id>
<content type='text'>
</content>
</entry>
</feed>
