django1/django/contrib/staticfiles/management/commands
Tim Graham 6e4c6281db Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
2017-09-07 08:16:21 -04:00
..
__init__.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
collectstatic.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
findstatic.py Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
runserver.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00