summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests
AgeCommit message (Expand)Author
2015-01-12Fixed test from refs #23913 when running tests in reverse.Tim Graham
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2015-01-05Fixed #24022 -- Deprecated the ssi tag.Preston Timmons
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Refs #23890 -- Restored silencing of numpy DeprecationWarnings in template te...Tim Graham
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-03Fixed "no such test method" error in template_tests.Berker Peksag
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons