summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_management.py
AgeCommit message (Expand)Author
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