| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-15 | [1.8.x] Added new "W503 line break before binary operator" warning to flake8 ↵ | Tim Graham | |
| ignore. Backport of d652906aebd34d9ba943507ce0c3a7be169fab7c from master | |||
| 2015-02-10 | [1.8.x] Ignored flake8 newly added E402 and E731. | Loic Bistuer | |
| Backport of e9874d4cf1f582dd78ad171b4e7ce62f3199390f from master | |||
| 2015-02-09 | [1.8.x] Added isort config to ease resolving merge conflicts. | Tim Graham | |
| 2015-02-06 | [1.8.x] Fixed E265 comment style | Collin Anderson | |
| Backport of db77915c9fd35a203edd8206f702ee4082f04d4a from master | |||
| 2015-01-18 | [1.8.x] Removed a flake8 exclude that caused code to be missed. | Tim Graham | |
| Backport of 2fa2068406cbef08bac3e2da9b69e86c6b931f57 from master | |||
| 2014-11-20 | Added some directories on Jenkins to flake8 exclude. | Tim Graham | |
| 2014-09-19 | Fixed some flake8 errors. | Tim Graham | |
| 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. | |||
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham | |
| refs #23395. | |||
| 2014-04-21 | Appeased flake8 2.1.0. | Aymeric Augustin | |
| 2014-03-21 | Removed django.test.simple and django.test._doctest per deprecation timeline. | Tim Graham | |
| refs #17365, #17366, #18727. | |||
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
| 2014-01-12 | Fixed flake8 issues. | Simon Charette | |
| 2014-01-03 | Added build to flake8.exclude. | Florian Apolloner | |
| 2013-12-14 | Fixed E127 pep8 warnings. | Loic Bistuer | |
| 2013-12-10 | Fixed E124 pep8 warnings. | Loic Bistuer | |
| 2013-12-08 | Made flake8 ignore the .git directory. | Loic Bistuer | |
| 2013-11-28 | All the E125 errors hvae been eradicated. | Alex Gaynor | |
| 2013-11-11 | Flake8 fixes -- including not runnign flake8 over a backported file | Alex Gaynor | |
| 2013-11-03 | Fixed all E251 violations | Alex Gaynor | |
| 2013-11-03 | Fixed all E226 violations | Alex Gaynor | |
| 2013-11-02 | Fixed all E261 warnings | coagulant | |
| 2013-11-02 | Fixing E302 Errors | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin | |
| 2013-11-02 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham | |
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor | |
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-10-23 | Fixed E225 pep8 warnings. | Tim Graham | |
| 2013-10-22 | Fixed E221 pep8 warnings. | Tim Graham | |
| 2013-10-21 | Fixed E227 pep8 warnings | Tim Graham | |
| 2013-10-21 | Fixed #21288 -- Fixed E126 pep8 warnings | Alasdair Nicol | |
| 2013-10-19 | Removed unused local variables in tests. | Tim Graham | |
| 2013-10-18 | Fixed #21287 -- Fixed E123 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21268 -- Fixed E303 pep8 warnings | Alasdair Nicol | |
| 2013-10-18 | Fixed #21267 -- Fixed E502 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21285 -- Fixed E121,E122 pep8 warnings | Alasdair Nicol | |
| 2013-10-17 | Fixed #21270 -- Fixed E701 pep8 warnings | Alasdair Nicol | |
| 2013-10-14 | Fixed #21266 -- Fixed E201,E202 pep8 warnings. | Larry O'Neill | |
| 2013-10-14 | Added flake8 info to setup.cfg. | Tim Graham | |
| This config allows a clean run of flake8. Some of the ignored codes will be remove over time as we clean things up. | |||
| 2013-06-29 | Removed comment from setup.cfg which broke newer wheel versions. | Florian Apolloner | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2012-08-29 | Fixed #18874 -- Updated new name of README.rst to auxiliary files | Bruno Renié | |
| 2010-08-05 | Fixed #13153 -- Removed a stale reference to the examples directory in ↵ | Russell Keith-Magee | |
| setup.cfg. Thanks to cesar@mifprojects.com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13487 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2007-04-03 | Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in a | Malcolm Tredinnick | |
| portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2007-02-12 | Refs #3338 -- Partially fix rpm packaging problems. There is still one issue | Malcolm Tredinnick | |
| remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2006-08-31 | Added setup.cfg, with bdist_rpm doc_files specified. Thanks for the patch, ↵ | Adrian Holovaty | |
| dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3693 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
