summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTomáš Ehrlich <tomas.ehrlich@gmail.com>2014-11-15 16:03:20 +0100
committerTim Graham <timograham@gmail.com>2015-03-14 16:08:23 -0400
commit8414fcf16b9cfa8d989db913f0961fc4ce18c71b (patch)
treef906670ec6f40074371de53cb38cbb6aded2e73d /setup.cfg
parentae87ad005f7b62f5fa5a29ef07443fa1bbb9baf0 (diff)
downloaddjango-8414fcf16b9cfa8d989db913f0961fc4ce18c71b.tar.gz
Fixes #23643 -- Added chained exception details to debug view.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 40440291de..365dc627b9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@ doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
[flake8]
-exclude = build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner
+exclude = build,.git,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./django/dispatch/weakref_backports.py,./tests/.env,./xmlrunner,tests/view_tests/tests/py3_test_debug.py
ignore = E123,E128,E402,E501,W503,E731,W601
max-line-length = 119