<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_scripts, branch 1.7c2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.7c2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.7c2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2014-06-13T16:40:42Z</updated>
<entry>
<title>[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings defaults.</title>
<updated>2014-06-13T16:40:42Z</updated>
<author>
<name>mlavin</name>
<email>markdlavin@gmail.com</email>
</author>
<published>2014-04-20T12:58:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d94de802d34c858805a01d3c699799aebc247ec3'/>
<id>urn:sha1:d94de802d34c858805a01d3c699799aebc247ec3</id>
<content type='text'>
Also added a compatibility check for changed middleware defaults.
</content>
</entry>
<entry>
<title>[1.7.x] Fixed #22699 -- Configure default settings in some management commands.</title>
<updated>2014-05-27T19:46:30Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-05-27T16:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=430faebe3baa3daecc0ea083c1259c2b43b0557f'/>
<id>urn:sha1:430faebe3baa3daecc0ea083c1259c2b43b0557f</id>
<content type='text'>
This makes it possible to run django.setup() in management commands that
don't need a settings module. In addition it simplifies error handling.

Thanks Claude for the review.

Backport of 4865326f from master.
</content>
</entry>
<entry>
<title>[1.7.x] Fix many many typos in comments throughout the codebase</title>
<updated>2014-04-26T18:35:57Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2014-04-26T17:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=996564df4d70947913c70b071cf4a6841c658be2'/>
<id>urn:sha1:996564df4d70947913c70b071cf4a6841c658be2</id>
<content type='text'>
Backport of 2bcb8bfc8d from master
</content>
</entry>
<entry>
<title>Fixed test failures on Windows.</title>
<updated>2014-03-11T14:46:13Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-11T14:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c4f772ed346fa68df503f545d28719c082f6b338'/>
<id>urn:sha1:c4f772ed346fa68df503f545d28719c082f6b338</id>
<content type='text'>
refs #21092 and 8d7e048a8b428bebe82be735a84570f9250441e6
</content>
</entry>
<entry>
<title>Improved compatibility in admin_scripts tests</title>
<updated>2014-03-08T19:58:24Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-03-08T19:58:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8d7e048a8b428bebe82be735a84570f9250441e6'/>
<id>urn:sha1:8d7e048a8b428bebe82be735a84570f9250441e6</id>
<content type='text'>
Environment keys/values need to use native strings on some
plateforms. Thanks anubhav joshi for detecting the issue and
helping shaping the patch.
</content>
</entry>
<entry>
<title>Fixed #21092 -- Ensured admin_scripts tests are run with warnings off</title>
<updated>2014-03-08T11:49:06Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-03-08T11:49:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b787ef2dbff957c5b5a64be13f01f985d17ff05b'/>
<id>urn:sha1:b787ef2dbff957c5b5a64be13f01f985d17ff05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoided modifying current environment in admin_scripts tests</title>
<updated>2014-03-08T11:32:57Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-03-08T11:32:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=56c80e8b4433df13e2b79f9ac4591d9a970398f5'/>
<id>urn:sha1:56c80e8b4433df13e2b79f9ac4591d9a970398f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed many typos in comments and docstrings.</title>
<updated>2014-03-03T12:38:09Z</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2014-03-02T14:25:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0d912258921a442c48d5787228db2db5af7e8fa5'/>
<id>urn:sha1:0d912258921a442c48d5787228db2db5af7e8fa5</id>
<content type='text'>
Thanks Piotr Kasprzyk for help with the patch.
</content>
</entry>
<entry>
<title>Fixed #22057 -- Ensured reverse_lazy can be used in settings</title>
<updated>2014-02-18T09:23:30Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-02-18T09:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=45edb9d2359c60952fd791616df887eb95f75746'/>
<id>urn:sha1:45edb9d2359c60952fd791616df887eb95f75746</id>
<content type='text'>
And without causing a circular import. Thanks Akis Kesoglou for
the report.
</content>
</entry>
<entry>
<title>Fixed #21849 -- Included the count of silenced system checks in output.</title>
<updated>2014-01-28T13:31:02Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-01-22T19:09:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2b6914049a882e2f1b398baf54940e815b85a90a'/>
<id>urn:sha1:2b6914049a882e2f1b398baf54940e815b85a90a</id>
<content type='text'>
</content>
</entry>
</feed>
