summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_if.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Added tests for various __repr__() methods.Mads Jensen
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2016-05-27Fixed #26573 -- Added descriptive error message for malformed if/else/elif te...inondle
2016-04-29Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol
2016-04-29Added tests for if tag's != operator.Alasdair Nicol
2016-04-09Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol
2016-01-22Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons
2015-09-23Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
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-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons