diff options
author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2017-01-18 21:30:21 +0100 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2017-01-18 21:42:40 -0500 |
commit | 3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489 (patch) | |
tree | fa14ed86804a78c91cf62dfeba328cdf6d43359e /setup.cfg | |
parent | 2b281cc35ed9d997614ca3c416928d7fabfef1ad (diff) | |
download | django-3cc5f01d9bd52930cec3c08d6ec7e19d0c2a6489.tar.gz |
Refs #23919 -- Stopped using django.utils.lru_cache().
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |