summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_checks.py
AgeCommit message (Expand)Author
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-08-31Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.Bruno Alla
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-03-03Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...Jacob Walls
2021-03-03Used CollectionTestCase in FindersCheckTests tests.Mariusz Felisiak
2018-09-27Fixed #29796 -- Added system check for STATICFILES_DIRS prefix ending with a ...Paweł Kołodziej
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang