<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, branch 1.6b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.6b1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.6b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-06-10T09:30:01Z</updated>
<entry>
<title>Defined available_apps in relevant tests.</title>
<updated>2013-06-10T09:30:01Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-06-04T06:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c6e6d4eeb776c473567362405cdbc6a0328eb194'/>
<id>urn:sha1:c6e6d4eeb776c473567362405cdbc6a0328eb194</id>
<content type='text'>
Fixed #20483.
</content>
</entry>
<entry>
<title>Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.</title>
<updated>2013-06-09T19:08:29Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-06-09T19:07:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=96c71d423db13825869a929b25d6b83dde67c170'/>
<id>urn:sha1:96c71d423db13825869a929b25d6b83dde67c170</id>
<content type='text'>
Refs #19875.
</content>
</entry>
<entry>
<title>Fixed #20509 - Proper parsing for dumpdata --pks option.</title>
<updated>2013-05-30T14:19:13Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-05-29T17:47:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=59235816bd063cb8b24acfc92ae1b5cd09a1f7ba'/>
<id>urn:sha1:59235816bd063cb8b24acfc92ae1b5cd09a1f7ba</id>
<content type='text'>
Thanks weipin for the report and Baptiste Mispelon for the patch.
</content>
</entry>
<entry>
<title>Fixed #20445 -- Raised original exception after command error</title>
<updated>2013-05-20T16:59:37Z</updated>
<author>
<name>Jorge Bastida</name>
<email>me@jorgebastida.com</email>
</author>
<published>2013-05-18T16:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=888c86dcf30defe533451bcefc6e09a6e181389f'/>
<id>urn:sha1:888c86dcf30defe533451bcefc6e09a6e181389f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17365, #17366, #18727 -- Switched to discovery test runner.</title>
<updated>2013-05-11T03:08:45Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-05-11T03:08:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9012833af857e081b515ce760685b157638efcef'/>
<id>urn:sha1:9012833af857e081b515ce760685b157638efcef</id>
<content type='text'>
Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.

Refs #11077, #17032, and #18670.
</content>
</entry>
<entry>
<title>Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.</title>
<updated>2013-05-01T14:40:49Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-05-01T14:40:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=780fa48f5fb81b2f0f58de95167abff84a6149aa'/>
<id>urn:sha1:780fa48f5fb81b2f0f58de95167abff84a6149aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17037 -- Added a --all option to diffsettings.</title>
<updated>2013-03-17T23:03:58Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-03-17T19:48:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=20a91cce04c72bc8c64a1c43b7398edac7b709cc'/>
<id>urn:sha1:20a91cce04c72bc8c64a1c43b7398edac7b709cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19923 -- Display tracebacks for non-CommandError exceptions</title>
<updated>2013-03-09T11:38:45Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-09T11:38:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6a91b638423de954b7d96c38e2372100800139fb'/>
<id>urn:sha1:6a91b638423de954b7d96c38e2372100800139fb</id>
<content type='text'>
By default, show tracebacks for management command errors when the
exception is not a CommandError.
Thanks Jacob Radford for the report.
</content>
</entry>
<entry>
<title>use the real path to fix OS X /var/folders vs. /private/var/folders mismatch</title>
<updated>2013-02-27T22:33:47Z</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2013-02-27T22:23:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=af3321a1e80eece49bd934b4f03f9c4ddd702767'/>
<id>urn:sha1:af3321a1e80eece49bd934b4f03f9c4ddd702767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed discovery of the Django installation during tests.</title>
<updated>2013-02-26T20:04:32Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T20:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=33234aa8f718a4fd7a1535416cf4593414b60a13'/>
<id>urn:sha1:33234aa8f718a4fd7a1535416cf4593414b60a13</id>
<content type='text'>
If Django was symlinked into site-packages the previous approach to discover
the tests subdirectory would fail. The revised version now always points to
the location of the source and not the import path.
</content>
</entry>
</feed>
