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
/
template_tests
/
syntax_tests
/
test_static.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-12
Refs #24121 -- Added__repr__() to StaticNode.
saeedblanchette
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2018-03-26
Increased test coverage for {% get_admin_log %} and {% static %}.
Hasan Ramezani
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-19
Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.
Tim Graham
2016-12-19
Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.
Tim Graham
2016-12-17
Fixed #25484 -- Made {% static %} render escaped URLs.
alix-
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-28
Isolated template tests from Django settings.
Aymeric Augustin
2014-12-06
Fixed #23958 -- Rewrote filter tests as unit tests.
Preston Timmons
2014-12-03
Converted recently refactored templates tests to SimpleTestCase.
Ramiro Morales
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons