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_if.py
Age
Commit message (
Collapse
)
Author
2017-02-04
Added tests for various __repr__() methods.
Mads Jensen
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2016-05-27
Fixed #26573 -- Added descriptive error message for malformed if/else/elif ↵
inondle
template tags.
2016-04-29
Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ↵
Alasdair Nicol
variables.
2016-04-29
Added tests for if tag's != operator.
Alasdair Nicol
2016-04-09
Fixed #26479 -- Added 'is not' operator to the if tag.
Alasdair Nicol
2016-01-22
Fixed #26118 -- Added 'is' operator to if template tag.
Preston Timmons
2015-09-23
Refs #23913 -- Removed support for a single equals sign in {% if %} tag.
Tim Graham
Per deprecation timeline.
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
2015-02-06
Sorted imports with isort; refs #23860.
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
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