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
/
cases.py
Age
Commit message (
Collapse
)
Author
2018-04-23
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ↵
Claude Paroz
verbosity.
2018-01-23
Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.
Jon Dufresne
2017-03-17
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
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-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
Thanks Tim Graham and Simon Charette for the reviews.
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 ↵
Tim Graham
remote storages. Thanks revimi for the initial patch.
2016-12-17
Fixed #25484 -- Made {% static %} render escaped URLs.
alix-
2016-03-28
Cleaned class inheritances in staticfiles tests
Claude Paroz
Thanks Tim Graham for precious inputs.
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-07-01
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert