summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2017-01-18 21:30:21 +0100
committerTim Graham <timograham@gmail.com>2017-01-18 21:42:40 -0500
commit3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489 (patch)
treefa14ed86804a78c91cf62dfeba328cdf6d43359e /setup.cfg
parent2b281cc35ed9d997614ca3c416928d7fabfef1ad (diff)
downloaddjango-3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489.tar.gz
Refs #23919 -- Stopped using django.utils.lru_cache().
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 c1ff45c56a..726bddb3af 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,.tox,./django/utils/lru_cache.py,./django/utils/six.py,./django/conf/app_template/*,./tests/.env,./xmlrunner
+exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env,./xmlrunner
ignore = W601
max-line-length = 119