summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_management.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-05-121-3/+3
* Fixed #31528 -- Made collectstatic management command run staticfiles checks.Hasan Ramezani2020-05-081-0/+7
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+11
* Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...pablo2019-09-271-0/+5
* Refs #23919 -- Replaced codecs.open() with open().Jon Dufresne2019-01-271-2/+1
* Fixed #28606 -- Deprecated CachedStaticFilesStorage.Tim Graham2018-10-271-2/+2
* Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann2018-07-131-2/+3
* Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...Arthur Silva2018-06-111-0/+13
* Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...Claude Paroz2018-04-251-1/+13
* Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...Claude Paroz2018-04-231-0/+25
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-1/+2
* Added a couple tests for collectstatic.Mads Jensen2018-01-151-1/+12
* Fixed #27796 -- Prevented middleware being loaded twice with runserverClaude Paroz2017-08-231-1/+12
* Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand2017-01-261-19/+16
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-8/+7
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-16/+15
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-16/+15
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-3/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...Tim Graham2017-01-041-0/+17
* Tested collectstatic's deleting of files/symlinks when toggling --link.Tim Graham2017-01-041-2/+14
* Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.Tim Graham2017-01-031-3/+10
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...François Freitag2016-09-021-0/+21
* Added tests for collectstatic interactivity.François Freitag2016-09-011-1/+35
* Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz2016-04-221-0/+14
* Cleaned class inheritances in staticfiles testsClaude Paroz2016-03-281-6/+6
* Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...Berker Peksag2016-03-171-0/+5
* Used call_command return value in staticfiles testsClaude Paroz2016-02-231-17/+8
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+2
* Fixed #25784 -- Prevented an exception on collectstatic helpAlex Morozov2015-11-221-0/+14
* Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki2015-10-171-2/+12
* Prevented staticfiles test from colliding when run in parallel.Aymeric Augustin2015-09-091-40/+41
* Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert2015-07-011-0/+341