<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_scripts/tests.py, branch 2.2.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.2.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-04-26T09:51:28Z</updated>
<entry>
<title>[2.2.x] Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMiddleware subclasses.</title>
<updated>2019-04-26T09:51:28Z</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2019-04-04T10:02:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a4095dadc4b165f615dfc88c6ed1cbba5b5a9844'/>
<id>urn:sha1:a4095dadc4b165f615dfc88c6ed1cbba5b5a9844</id>
<content type='text'>
Backport of efeceba589974b95b35b2e25df86498c96315518 from master
</content>
</entry>
<entry>
<title>Fixed #30057 -- Fixed diffsettings ignoring custom configured settings.</title>
<updated>2019-01-12T16:07:03Z</updated>
<author>
<name>orlnub123</name>
<email>orlnub123@gmail.com</email>
</author>
<published>2019-01-11T16:11:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=573f44d62fe1e87e2c20a74eba5e20ca9ff0ed85'/>
<id>urn:sha1:573f44d62fe1e87e2c20a74eba5e20ca9ff0ed85</id>
<content type='text'>
Regression in 49b679371fe9beddcd23a93b5fdbadea914f37f8.
</content>
</entry>
<entry>
<title>Fixed #29560 -- Added --force-color management command option.</title>
<updated>2018-09-11T15:15:42Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2018-07-22T17:11:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5195b99e2c3804ec5f9c98d29e0cf76bf44b0cec'/>
<id>urn:sha1:5195b99e2c3804ec5f9c98d29e0cf76bf44b0cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reused a duplicated class in admin_scripts tests.</title>
<updated>2018-09-11T14:50:51Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-09-11T14:49:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=de8eb07c7ae619e42781c9c0adecb521cdc3a353'/>
<id>urn:sha1:de8eb07c7ae619e42781c9c0adecb521cdc3a353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATES setting.</title>
<updated>2018-08-20T21:57:46Z</updated>
<author>
<name>Rodrigo</name>
<email>matematica.a3k@gmail.com</email>
</author>
<published>2018-08-20T21:57:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=371ece2f0682e51f2f796854d3e091827a7cea63'/>
<id>urn:sha1:371ece2f0682e51f2f796854d3e091827a7cea63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29236 -- Fixed diffsettings crash if using settings.configure().</title>
<updated>2018-08-20T16:59:27Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2018-08-18T19:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49b679371fe9beddcd23a93b5fdbadea914f37f8'/>
<id>urn:sha1:49b679371fe9beddcd23a93b5fdbadea914f37f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set."</title>
<updated>2018-05-27T01:06:58Z</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/django.git/commit/?id=5cc81cd9eb69f5f7a711412c02039b435c393135'/>
<id>urn:sha1:5cc81cd9eb69f5f7a711412c02039b435c393135</id>
<content type='text'>
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
</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/django.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/django.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/django.git/commit/?id=33ac036a6bcab64ef93d0185f7b55eb57e559d6e'/>
<id>urn:sha1:33ac036a6bcab64ef93d0185f7b55eb57e559d6e</id>
<content type='text'>
</content>
</entry>
</feed>
