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_basic.py
Age
Commit message (
Expand
)
Author
3 days
Fixed #35738 -- Deprecated double-dot variable lookups.
David Smith
2025-04-17
Fixed #28050 -- Added template name to TemplateSyntaxError.
farhan
2024-09-17
Fixed #35735 -- Enabled template access to methods and properties of classes ...
Fabian Braun
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-10
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNod...
saeedblanchette
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2015-09-15
Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.
Dave Smith
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
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
2014-12-02
Fixed #23768 -- Rewrote template tests as unit tests.
Preston Timmons