<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/loaddata.py, branch 1.11.25</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.25</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.25'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-06-09T14:35:32Z</updated>
<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>Removed obsolete, unused option 'hide_empty' from loaddata command.</title>
<updated>2016-03-02T00:48:32Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2016-03-01T19:29:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb3540d6a41d9c765a1bc65475da7c3bd24c1b14'/>
<id>urn:sha1:fb3540d6a41d9c765a1bc65475da7c3bd24c1b14</id>
<content type='text'>
Unused since 67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b.
</content>
</entry>
<entry>
<title>Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.</title>
<updated>2016-01-05T00:39:35Z</updated>
<author>
<name>Andrew Kuchev</name>
<email>0coming.soon@gmail.com</email>
</author>
<published>2016-01-02T19:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5b90c8e120687863c1d41cf92a4cdb11413ad7f'/>
<id>urn:sha1:d5b90c8e120687863c1d41cf92a4cdb11413ad7f</id>
<content type='text'>
Thanks to mpasternak for the report and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.</title>
<updated>2015-12-31T14:00:44Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2015-12-29T16:29:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee9f4686b19e2b4a68f5cb4f9d61dc045c1d4c63'/>
<id>urn:sha1:ee9f4686b19e2b4a68f5cb4f9d61dc045c1d4c63</id>
<content type='text'>
Django's test suite often tries to load fixture files from apps that have
no fixtures at all. This creates a lot of unnecessary disabling and
enabling of constraints which can be expensive on some database.

To speed this up, loaddata now first checks if any fixture file matches.
If no fixture file is matched, then the command exits before disabling
and enabling of constraints is done.

The main benefit of this change is seen on MSSQL, where tests on
Django 1.8 run hours faster.
</content>
</entry>
<entry>
<title>Fixed #24978 -- Escaped special characters in loaddata fixture paths</title>
<updated>2015-06-13T23:45:05Z</updated>
<author>
<name>Moritz Sichert</name>
<email>moritz.sichert@googlemail.com</email>
</author>
<published>2015-06-13T10:20:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98df288ddaba9787e4a370f12aba51c2b9133142'/>
<id>urn:sha1:98df288ddaba9787e4a370f12aba51c2b9133142</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21652 -- Added notification when processing objects in loaddata</title>
<updated>2015-04-16T13:42:18Z</updated>
<author>
<name>Yitzhak Clark</name>
<email>yitz13@gmail.com</email>
</author>
<published>2015-04-13T17:27:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=188a2418807f661eedfc675731521f2f46a3c49a'/>
<id>urn:sha1:188a2418807f661eedfc675731521f2f46a3c49a</id>
<content type='text'>
Added a running count of the objects processed by loaddata when
verbosity &gt;= 3.
</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>
