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
/
test_autoescape.py
Age
Commit message (
Collapse
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-14
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per ↵
Mariusz Felisiak
deprecation timeline.
2020-05-11
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
The {% if %} tag provides all features of these tags. Since Django 1.2 (May 17, 2010), the docs have hinted that {% ifequal %} and {% ifnotequal %} will be deprecated in a future Django version. Time to make it official.
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2017-10-02
Added tests for invalid {% autoescape %} usage.
Mads Jensen
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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