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