<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/dumpdata.py, branch 1.11.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-07-16T18:49:10Z</updated>
<entry>
<title>Fixed #26826 -- Stripped spaces from dumpdata pks arguments</title>
<updated>2016-07-16T18:49:10Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-07-16T10:27:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=599393172b2ff5fa85e01253d4f381111b697901'/>
<id>urn:sha1:599393172b2ff5fa85e01253d4f381111b697901</id>
<content type='text'>
Thanks Kevin Graham Foster for the report and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #20468 -- Added loaddata --exclude option.</title>
<updated>2016-06-09T14:35:32Z</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-05-17T06:52:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae2a7da86bf841d42be86dea3effb0261187c950'/>
<id>urn:sha1:ae2a7da86bf841d42be86dea3effb0261187c950</id>
<content type='text'>
Thanks Alex Morozov for the initial patch.
</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in django/.</title>
<updated>2016-04-08T13:51:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-03-28T22:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=df8d8d4292684d6ffa7474f1e201aed486f02b53'/>
<id>urn:sha1:df8d8d4292684d6ffa7474f1e201aed486f02b53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26315 -- Cleaned up argparse options in commands.</title>
<updated>2016-03-05T18:19:29Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-03-03T02:01:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1845bc1d1007751a7f65c66aeddc35f032f6bf41'/>
<id>urn:sha1:1845bc1d1007751a7f65c66aeddc35f032f6bf41</id>
<content type='text'>
* Removed type coercion. Options created by argparse are already coerced
  to the correct type.
* Removed fallback default values. Options created by argparse already
  have a default value.
* Used direct indexing. Options created by argparse are always set. This
  eliminates the need to use dict.get().
</content>
</entry>
<entry>
<title>Refs #26144 -- Used proxy_for_model instead of mro inspection.</title>
<updated>2016-02-05T17:14:32Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-02-05T17:14:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=275314512d7dd10065026f02f61931e4c62c9cc8'/>
<id>urn:sha1:275314512d7dd10065026f02f61931e4c62c9cc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26144 -- Warned when dumping proxy model without concrete parent.</title>
<updated>2016-02-05T00:40:12Z</updated>
<author>
<name>Yoong Kang Lim</name>
<email>yoongkang.lim@gmail.com</email>
</author>
<published>2016-01-27T11:15:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0edb8a146fd6c60f4c3b1ad0a4a89963962f22af'/>
<id>urn:sha1:0edb8a146fd6c60f4c3b1ad0a4a89963962f22af</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
