index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2015-02-24
[1.8.x] Moved ifchanged tests into syntax_tests/test_if_changed.py.
Preston Timmons
2015-02-24
[1.8.x] Moved cache tests into syntax_tests/test_cache.py.
Preston Timmons
2015-02-24
[1.8.x] Moved include tests into syntax_tests/test_include.py.
Preston Timmons
2015-02-24
[1.8.x] Moved ssi tests into syntax_tests/test_ssi.py.
Preston Timmons
2015-02-17
[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django sourc...
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
[1.8.x] Removed usage of deprecated removetags in a template test.
Tim Graham
2015-01-12
Fixed test from refs #23913 when running tests in reverse.
Tim Graham
2015-01-11
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
Ola Sitarska
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
Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te...
Tim Graham
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-03
Fixed "no such test method" error in template_tests.
Berker Peksag
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons