index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
staticfiles_tests
/
test_management.py
Age
Commit message (
Expand
)
Author
2018-06-11
[2.1.x] Fixed #29464 -- Silenced post-process messages in collectstatic's def...
Arthur Silva
2018-04-25
Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...
Claude Paroz
2018-04-23
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...
Claude Paroz
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-01-15
Added a couple tests for collectstatic.
Mads Jensen
2017-08-23
Fixed #27796 -- Prevented middleware being loaded twice with runserver
Claude Paroz
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-04
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2017-01-04
Tested collectstatic's deleting of files/symlinks when toggling --link.
Tim Graham
2017-01-03
Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-02
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-09-01
Added tests for collectstatic interactivity.
François Freitag
2016-04-22
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-03-28
Cleaned class inheritances in staticfiles tests
Claude Paroz
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-02-23
Used call_command return value in staticfiles tests
Claude Paroz
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-11-22
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-10-17
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-09-09
Prevented staticfiles test from colliding when run in parallel.
Aymeric Augustin
2015-07-01
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert