django1/django/contrib/staticfiles
David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
..
management Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
__init__.py Fixed #31180 -- Configured applications automatically. 2020-07-21 10:35:12 +02: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 #27854 -- Added system check for nonexistent directories in STATICFILES_DIRS setting. 2021-03-03 11:27:08 +01:00
handlers.py Fixed #32128 -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
storage.py Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0. 2021-06-07 07:56:20 +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