summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/utils.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2020-03-19Removed unused default value None to matches_patterns().Jon Dufresne
2018-08-23Fixed #29570 -- Added check that MEDIA_URL isn't in STATIC_URL.Alejandro Dubrovsky
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2017-12-26Fixed #28930 -- Simplified code with any() and all().Дилян Палаузов
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-11-02More attacking E302 violatorsAlex Gaynor
2011-08-15Fixed #16631 -- Fixed embarrassing typo introduced in r16617. Thanks, Andi Al...Jannis Leidel
2011-08-14Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_URL settings slightl...Jannis Leidel
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel
2011-02-01Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...Carl Meyer
2011-01-30Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...Jannis Leidel
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-02Fixed #14998 -- Made use of os.path.join to make sure this works on all platf...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel