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