summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_if.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+25
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-335/+426
* Added tests for various __repr__() methods.Mads Jensen2017-02-041-0/+7
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-3/+1
* Fixed #26573 -- Added descriptive error message for malformed if/else/elif te...inondle2016-05-271-0/+6
* Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol2016-04-291-0/+20
* Added tests for if tag's != operator.Alasdair Nicol2016-04-291-0/+26
* Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol2016-04-091-0/+12
* Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons2016-01-221-0/+10
* Refs #23913 -- Removed support for a single equals sign in {% if %} tag.Tim Graham2015-09-231-44/+6
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed test from refs #23913 when running tests in reverse.Tim Graham2015-01-121-0/+2
* Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska2015-01-111-1/+43
* Isolated template tests from Django settings.Aymeric Augustin2014-12-281-102/+101
* Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons2014-12-061-1/+1
* Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales2014-12-031-2/+2
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+524