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
/
management
Age
Commit message (
Expand
)
Author
2026-03-06
Fixed #36968 -- Improved error message when collectstatic can't find a refere...
James Bligh
2025-08-08
Fixed #36525 -- Silenced individual deleted file messages in collectstatic --...
James Bligh
2025-08-05
Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's...
James Bligh
2024-10-29
Fixed #35868 -- Removed unneeded AttributeError catching in collectstatic's d...
Peter Ruszel
2024-06-27
Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles...
Andreu Vallbona
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-03-01
Refs #23919 -- Removed unneeded AttributeError catching in collectstatic's li...
Jacob Walls
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-05-08
Fixed #31528 -- Made collectstatic management command run staticfiles checks.
Hasan Ramezani
2020-05-02
Optimized collectstatic when verbosity is 0.
François Freitag
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2020-03-19
Used modern idiom in collectstatic command.
Jon Dufresne
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2018-11-09
Removed unused variables.
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-07-13
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
Daniel Wiesmann
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-11
Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...
Arthur Silva
2018-04-23
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...
Claude Paroz
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-09-27
Fixed #28603 -- Clarified comment in collectstatic's collect().
Ed Morley
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-04
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-02
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-05-12
Prevented findstatic argument from appearing as multiple options.
eltronix
2016-04-22
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
Used call_command return value in staticfiles tests
Claude Paroz
2015-11-22
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-10-17
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
[next]