summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/management/commands/findstatic.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+17
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+1
* Removed implicit default store_true/false argparse args.Jon Dufresne2017-04-011-1/+0
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-4/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Prevented findstatic argument from appearing as multiple options.eltronix2016-05-121-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-5/+8
* Used call_command return value in staticfiles testsClaude Paroz2016-02-231-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Converted remaining management commands to argparseClaude Paroz2014-06-141-7/+7
* Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok2014-02-091-3/+13
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt2013-02-011-5/+8
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-3/+5
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz2012-05-191-4/+2
* Fixed the staticfiles management commands collectstatic and findstatic to not...Jannis Leidel2011-02-141-3/+8
* Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...Jannis Leidel2010-10-231-0/+2
* Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel2010-10-201-0/+24