<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/setup.cfg, branch 1.8.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-02-16T01:09:13Z</updated>
<entry>
<title>[1.8.x] Added new "W503 line break before binary operator" warning to flake8 ignore.</title>
<updated>2015-02-16T01:09:13Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-16T01:07:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ba9f60270887ae21424683c53bced3c226d5fa39'/>
<id>urn:sha1:ba9f60270887ae21424683c53bced3c226d5fa39</id>
<content type='text'>
Backport of d652906aebd34d9ba943507ce0c3a7be169fab7c from master
</content>
</entry>
<entry>
<title>[1.8.x] Ignored flake8 newly added E402 and E731.</title>
<updated>2015-02-11T00:05:24Z</updated>
<author>
<name>Loic Bistuer</name>
<email>loic.bistuer@gmail.com</email>
</author>
<published>2015-02-10T19:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e23c9be46a3ab74c39daba5ce344b818ac30608'/>
<id>urn:sha1:6e23c9be46a3ab74c39daba5ce344b818ac30608</id>
<content type='text'>
Backport of e9874d4cf1f582dd78ad171b4e7ce62f3199390f from master
</content>
</entry>
<entry>
<title>[1.8.x] Added isort config to ease resolving merge conflicts.</title>
<updated>2015-02-09T14:16:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-02-09T14:15:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64a9540829cbfc353ce648b6d47bc80f42aa3602'/>
<id>urn:sha1:64a9540829cbfc353ce648b6d47bc80f42aa3602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.8.x] Fixed E265 comment style</title>
<updated>2015-02-06T14:35:08Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2015-02-05T18:25:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc8e1e0c107fe5fc8c82f01dfabfa9b7a196a67c'/>
<id>urn:sha1:fc8e1e0c107fe5fc8c82f01dfabfa9b7a196a67c</id>
<content type='text'>
Backport of db77915c9fd35a203edd8206f702ee4082f04d4a from master
</content>
</entry>
<entry>
<title>[1.8.x] Removed a flake8 exclude that caused code to be missed.</title>
<updated>2015-01-19T01:48:35Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-01-19T01:02:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=511ef69194e0bbbd3a917e9f544f250a50619ffb'/>
<id>urn:sha1:511ef69194e0bbbd3a917e9f544f250a50619ffb</id>
<content type='text'>
Backport of 2fa2068406cbef08bac3e2da9b69e86c6b931f57 from master
</content>
</entry>
<entry>
<title>Added some directories on Jenkins to flake8 exclude.</title>
<updated>2014-11-20T16:58:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-11-20T16:58:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=53908c1f934b32e83e9fa34c14910b1837f7f610'/>
<id>urn:sha1:53908c1f934b32e83e9fa34c14910b1837f7f610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some flake8 errors.</title>
<updated>2014-09-19T16:31:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-19T16:31:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9d30412a5ad1c72b3d319b4c2bceacb53a0ff1da'/>
<id>urn:sha1:9d30412a5ad1c72b3d319b4c2bceacb53a0ff1da</id>
<content type='text'>
Originally I added migrations to flake8 exclude because of long lines
in migration files, but there are other directories named migrations we
do want to check. We are not warning on line lengths yet anyway.
</content>
</entry>
<entry>
<title>Limited lines to 119 characters in django/</title>
<updated>2014-09-05T13:22:16Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-09-04T12:15:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1101467ce0756272a54f4c7bc65c4c335a94111b'/>
<id>urn:sha1:1101467ce0756272a54f4c7bc65c4c335a94111b</id>
<content type='text'>
refs #23395.
</content>
</entry>
<entry>
<title>Appeased flake8 2.1.0.</title>
<updated>2014-04-21T10:27:34Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2014-04-21T10:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f'/>
<id>urn:sha1:428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed django.test.simple and django.test._doctest per deprecation timeline.</title>
<updated>2014-03-21T17:36:46Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-03-21T17:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf5430a20b65b3e76a2f8cd2580101e0baa59f82'/>
<id>urn:sha1:bf5430a20b65b3e76a2f8cd2580101e0baa59f82</id>
<content type='text'>
refs #17365, #17366, #18727.
</content>
</entry>
</feed>
