index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.cfg
Age
Commit message (
Expand
)
Author
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-19
Removed xmlrunner from flake8 exclude.
Tim Graham
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-08-19
Fixed #27091 -- Added .tox to flake8 exclude.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-25
Fixed #26406 -- Set isort line_length.
Jarek Glowacki
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-09-18
Refs #25422 -- Added a test for a template tag with type annotations.
Thomas Orozco
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-11
Fixed spacing in setup.cfg
Collin Anderson
2015-02-15
Added new "W503 line break before binary operator" warning to flake8 ignore.
Tim Graham
2015-02-11
Ignored flake8 newly added E402 and E731.
Loic Bistuer
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed an unused import and a flake8 exclude that caused it to be missed.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.dictconfig per deprecation timeline.
Tim Graham
2014-11-20
Added some directories on Jenkins to flake8 exclude.
Tim Graham
2014-09-19
Fixed some flake8 errors.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
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
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
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
[next]