django1/django/contrib/staticfiles
Carlton Gibson d00127ccab [3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility.
Thread sensitive parameter is True by default from asgiref v3.3.0.
Added an explicit thread_sensitive=False to previously implicit uses.

Backport of e17ee44688 from master
2020-10-27 11:29:31 +01:00
..
management/commands Fixed #31528 -- Made collectstatic management command run staticfiles checks. 2020-05-08 12:47:57 +02:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Refs #27661 -- Added Tags.staticfiles. 2020-05-08 11:38:18 +02:00
checks.py Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to system checks. 2017-02-01 09:48:24 -05:00
finders.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
handlers.py [3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:29:31 +01:00
storage.py Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is None. 2020-04-28 08:25:07 +02:00
testing.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
urls.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
utils.py Removed unused default value None to matches_patterns(). 2020-03-19 11:06:33 +01:00
views.py Refs #28593 -- Changed url() to path() in comments following URL routing changes. 2019-05-13 18:30:51 +02:00