summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_management.py
AgeCommit message (Expand)Author
2018-10-27Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham
2018-07-13Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann
2018-06-11Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva
2018-04-25Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz
2018-04-23Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-01-15Added a couple tests for collectstatic.Mads Jensen
2017-08-23Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz
2017-01-26Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 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
2017-01-04Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham
2017-01-03Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-02Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag
2016-09-01Added tests for collectstatic interactivity.François Freitag
2016-04-22Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz
2016-03-28Cleaned class inheritances in staticfiles testsClaude Paroz
2016-03-17Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag
2016-02-23Used call_command return value in staticfiles testsClaude Paroz
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
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-09Prevented staticfiles test from colliding when run in parallel.Aymeric Augustin
2015-07-01Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert