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_ssi.py
Age
Commit message (
Collapse
)
Author
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
2015-02-24
Moved ssi tests into syntax_tests/test_ssi.py.
Preston Timmons
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source ↵
Tim Graham
contains non-ASCII characters.
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed ssi/url tags from future per deprecation timeline; refs #21939.
Tim Graham
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
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
These test methods don't need DB setup/teardown. Refs #23768 and b872134b.
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons