<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/regressiontests/logging_tests, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19637 -- Ensured AdminEmailHandler fails silently</title>
<updated>2013-01-21T19:32:36Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-21T19:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c6e0dedbdb22f4db6577886a2b67e5423684fe7f'/>
<id>urn:sha1:c6e0dedbdb22f4db6577886a2b67e5423684fe7f</id>
<content type='text'>
Thanks lsaffre for the report. Refs #19325.
</content>
</entry>
<entry>
<title>Fixed #19546 - ensure that deprecation warnings are shown during tests</title>
<updated>2013-01-09T16:19:22Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2013-01-03T00:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cfa70d0c94a43d94e3ee48db87f2b88c29a862e1'/>
<id>urn:sha1:cfa70d0c94a43d94e3ee48db87f2b88c29a862e1</id>
<content type='text'>
refs #18985
</content>
</entry>
<entry>
<title>Removed backwards-compatibility shim for #16288.</title>
<updated>2012-12-29T20:58:12Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-24T21:32:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fb9f1b9bfb7378027adfe916733c701a89f8bb24'/>
<id>urn:sha1:fb9f1b9bfb7378027adfe916733c701a89f8bb24</id>
<content type='text'>
Also unit-tested django.utils.log.RequireDebugTrue for consistency.
</content>
</entry>
<entry>
<title>Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:13:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c91667338a4e774e2819ccf4da852dc7b759bc19'/>
<id>urn:sha1:c91667338a4e774e2819ccf4da852dc7b759bc19</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
</content>
</entry>
<entry>
<title>Fixed #19325 - Made email backend of AdminEmailHandler configurable</title>
<updated>2012-11-20T10:23:12Z</updated>
<author>
<name>Hannes Struss</name>
<email>x@hannesstruss.de</email>
</author>
<published>2012-11-19T17:57:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f9891f20872e2a468c4910a968c5e2fae75d0e51'/>
<id>urn:sha1:f9891f20872e2a468c4910a968c5e2fae75d0e51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18985 -- made DeprecationWarnings loud</title>
<updated>2012-11-17T01:07:38Z</updated>
<author>
<name>Preston Holmes</name>
<email>preston@ptone.com</email>
</author>
<published>2012-11-17T00:50:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=44046e8a38225067d4d0feac35367eeae133446a'/>
<id>urn:sha1:44046e8a38225067d4d0feac35367eeae133446a</id>
<content type='text'>
Capture warnings in Python &gt;= 2.7 and route through
console handler, which is subject to DEBUG==True

Thanks to dstufft for the idea, and claudep for initial patch
</content>
</entry>
<entry>
<title>Fixed #14264 -- Ensured settings.configure configures logging</title>
<updated>2012-11-10T11:05:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-11-10T11:05:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=34162698cc7a3c75b1d1b2e18b481aa7e865dc98'/>
<id>urn:sha1:34162698cc7a3c75b1d1b2e18b481aa7e865dc98</id>
<content type='text'>
Thanks Matt McDonald for the patch.
</content>
</entry>
<entry>
<title>Fixed #18993 -- 'django' logger logs to console when DEBUG=True</title>
<updated>2012-09-29T20:56:18Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-26T17:56:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f0f327bbfe1caae6d11fbe20a3b5b96eed1704cf'/>
<id>urn:sha1:f0f327bbfe1caae6d11fbe20a3b5b96eed1704cf</id>
<content type='text'>
Thanks Preston Holmes for the review.
</content>
</entry>
<entry>
<title>Called parent __init__ in test logging handler</title>
<updated>2012-09-24T20:42:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-24T20:42:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=515fd6a5de2f1bf817fac9ced07d0485d594b510'/>
<id>urn:sha1:515fd6a5de2f1bf817fac9ced07d0485d594b510</id>
<content type='text'>
</content>
</entry>
</feed>
