summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/apps.py
AgeCommit message (Expand)Author
2023-08-31Refs #34712 -- Added system check for staticfiles storage in STORAGES setting.Bruno Alla
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-08Refs #27661 -- Added Tags.staticfiles.Mariusz Felisiak
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...Ling-Xiao Yang
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin