| Age | Commit message (Collapse) | Author |
|
This doesn't work in Django 1.8 but was fixed in Django 1.9 as a
side effect of another change.
|
|
|
|
|
|
|
|
setup.py adds these spaces when distributing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
refs #23395.
|
|
|
|
refs #17365, #17366, #18727.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This config allows a clean run of flake8. Some of the ignored
codes will be remove over time as we clean things up.
|
|
|
|
Signed-off-by: Jannis Leidel <jannis@leidel.info>
|
|
|
|
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
|