<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/admin_validation, 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>2015-01-18T19:43:21Z</updated>
<entry>
<title>Removed support for admin validators per deprecation timeline; refs #16905.</title>
<updated>2015-01-18T19:43:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-18T19:43:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=67a76500a56d6dbe970126e142e02254dad7dbf3'/>
<id>urn:sha1:67a76500a56d6dbe970126e142e02254dad7dbf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied ignore_warnings to Django tests</title>
<updated>2014-12-30T17:16:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-21T20:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=51890ce8898f821d28f2f6fb6071c936e9bd88f0'/>
<id>urn:sha1:51890ce8898f821d28f2f6fb6071c936e9bd88f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silenced all admin validation warnings.</title>
<updated>2014-11-29T00:00:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-11-27T14:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8402909876a2dbb3fa4d011fdb8fb7ecb44c9108'/>
<id>urn:sha1:8402909876a2dbb3fa4d011fdb8fb7ecb44c9108</id>
<content type='text'>
Warnings could escape depending on the order in which tests were run.
</content>
</entry>
<entry>
<title>Fixed typos using https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-04T01:59:30Z</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-03T22:48:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a71a2ea756673cd3c7a2c5125fa7e7f334b05475'/>
<id>urn:sha1:a71a2ea756673cd3c7a2c5125fa7e7f334b05475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix many many typos in comments throughout the codebase</title>
<updated>2014-04-26T17:18:45Z</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=2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7'/>
<id>urn:sha1:2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added warning silencers to some noisy tests.</title>
<updated>2014-01-20T12:30:29Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2014-01-20T12:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=53aa6c6ac1b6534f2e3a159014401b84bf1f70c1'/>
<id>urn:sha1:53aa6c6ac1b6534f2e3a159014401b84bf1f70c1</id>
<content type='text'>
These warnings all emerged as the result of the introduction of the checks framework.

Thanks to Anssi Kääriäinen for the report.
</content>
</entry>
<entry>
<title>Fixed #16905 -- Added extensible checks (nee validation) framework</title>
<updated>2014-01-20T02:45:21Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2014-01-20T02:45:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d818e0c9b2b88276cc499974f9eee893170bf0a8'/>
<id>urn:sha1:d818e0c9b2b88276cc499974f9eee893170bf0a8</id>
<content type='text'>
This is the result of Christopher Medrela's 2013 Summer of Code project.

Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.

Also: Fixes #8579, fixes #3055, fixes #19844.
</content>
</entry>
<entry>
<title>PEP8 cleanup</title>
<updated>2013-11-03T04:50:49Z</updated>
<author>
<name>Jason Myers</name>
<email>jason@jasonamyers.com</email>
</author>
<published>2013-11-03T04:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7a61c68c50d3837c50e35c252fd76220f08b5290'/>
<id>urn:sha1:7a61c68c50d3837c50e35c252fd76220f08b5290</id>
<content type='text'>
Signed-off-by: Jason Myers &lt;jason@jasonamyers.com&gt;
</content>
</entry>
<entry>
<title>Fixed #21302 -- Fixed unused imports and import *.</title>
<updated>2013-11-02T19:24:56Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-18T11:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=36ded01527b690b5df0574492af9cfcc2ea3d1dc'/>
<id>urn:sha1:36ded01527b690b5df0574492af9cfcc2ea3d1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #21298 -- Fixed E301 pep8 warnings</title>
<updated>2013-10-23T12:45:03Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@memset.com</email>
</author>
<published>2013-10-22T10:21:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c3aa2948c6c14862407501290571f858ccf45b07'/>
<id>urn:sha1:c3aa2948c6c14862407501290571f858ccf45b07</id>
<content type='text'>
</content>
</entry>
</feed>
