summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/management
AgeCommit message (Expand)Author
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-08Fixed #31528 -- Made collectstatic management command run staticfiles checks.Hasan Ramezani
2020-05-02Optimized collectstatic when verbosity is 0.François Freitag
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-04-07Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag
2020-03-19Used modern idiom in collectstatic command.Jon Dufresne
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2018-11-09Removed unused variables.Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-11Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva
2018-04-23Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-27Fixed #28603 -- Clarified comment in collectstatic's collect().Ed Morley
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-04Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham
2016-09-03Replaced smart_* by force_* calls whenever possibleClaude Paroz
2016-09-02Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag
2016-05-12Prevented findstatic argument from appearing as multiple options.eltronix
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-17Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Used call_command return value in staticfiles testsClaude Paroz
2015-11-22Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov
2015-10-17Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-13Fixed #24890 -- Added warning to collectstatic when static files have clashin...Markus Amalthea Magnuson
2015-03-07Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn'...Sztrovacsek
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-22Fixed #23701 -- Removed an unneeded check in collectstatic.Tim Graham
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-07-23Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ...Tim Graham
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin