summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/management/commands/findstatic.py
AgeCommit message (Expand)Author
2024-06-27Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles...Andreu Vallbona
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-11-07Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-05-12Prevented findstatic argument from appearing as multiple options.eltronix
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-23Used call_command return value in staticfiles testsClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2011-02-14Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel
2010-10-23Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel