<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, branch 2.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2018-05-27T01:07:19Z</updated>
<entry>
<title>[2.1.x] Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set."</title>
<updated>2018-05-27T01:07:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-05-27T00:58:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=483f5d6c4f66c8dfca5770de7b1af8aea05a5e7c'/>
<id>urn:sha1:483f5d6c4f66c8dfca5770de7b1af8aea05a5e7c</id>
<content type='text'>
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.

Backport of 5cc81cd9eb69f5f7a711412c02039b435c393135 from master
</content>
</entry>
<entry>
<title>Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set.</title>
<updated>2018-04-17T17:02:05Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-04-13T20:18:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b3cffde5559c4fa97625512d7ec41a674be26076'/>
<id>urn:sha1:b3cffde5559c4fa97625512d7ec41a674be26076</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29301 -- Made management command --help display command-specific arguments before common arguments.</title>
<updated>2018-04-11T17:52:20Z</updated>
<author>
<name>David Foster</name>
<email>david@dafoster.net</email>
</author>
<published>2018-04-08T00:10:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c3055242c81812278ebdc93dd109f30d2cbd1610'/>
<id>urn:sha1:c3055242c81812278ebdc93dd109f30d2cbd1610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28398 -- Added suggestions for mistyped management commands.</title>
<updated>2018-02-21T14:00:49Z</updated>
<author>
<name>Tom Forbes</name>
<email>tom@tomforb.es</email>
</author>
<published>2018-02-21T14:00:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=33ac036a6bcab64ef93d0185f7b55eb57e559d6e'/>
<id>urn:sha1:33ac036a6bcab64ef93d0185f7b55eb57e559d6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed obsolete __init__.py files in management command directories.</title>
<updated>2018-01-03T16:02:26Z</updated>
<author>
<name>я котик пур-пур</name>
<email>mvasilkov@gmail.com</email>
</author>
<published>2017-12-30T19:23:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2'/>
<id>urn:sha1:ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28594 -- Removed Jython docs and specific code</title>
<updated>2017-12-23T09:26:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-12-21T15:31:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=23b21db31bfcf2a065d485617412cca43a311a4c'/>
<id>urn:sha1:23b21db31bfcf2a065d485617412cca43a311a4c</id>
<content type='text'>
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Moved unnecessary inner imports in admin_scripts tests.</title>
<updated>2017-12-20T19:52:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-12-20T19:47:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=04d1454350dc92a68ef315ce8ed4d0a0482c587e'/>
<id>urn:sha1:04d1454350dc92a68ef315ce8ed4d0a0482c587e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28941 -- Fixed crash in testserver command startup.</title>
<updated>2017-12-20T19:38:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-12-20T18:08:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e7b804c060a1f9fc089cf935801aa85b09db062b'/>
<id>urn:sha1:e7b804c060a1f9fc089cf935801aa85b09db062b</id>
<content type='text'>
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
</content>
</entry>
<entry>
<title>Fixed #28791 -- Allowed commands that don't require settings to work if the DJANGO_SETTINGS_MODULE doesn't exist.</title>
<updated>2017-12-07T19:19:18Z</updated>
<author>
<name>geekodour</name>
<email>hrishikeshbman@gmail.com</email>
</author>
<published>2017-11-20T07:02:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c6864a01b25591d3a709da8071413b69c9e35341'/>
<id>urn:sha1:c6864a01b25591d3a709da8071413b69c9e35341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28708 -- Added constants to detect the Python version.</title>
<updated>2017-10-13T14:11:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-10-12T15:08:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=941b0a5b334e043b5fb5ea694d60da0128a8a3b8'/>
<id>urn:sha1:941b0a5b334e043b5fb5ea694d60da0128a8a3b8</id>
<content type='text'>
</content>
</entry>
</feed>
