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
/
test_callables.py
Age
Commit message (
Collapse
)
Author
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in ↵
LightDiscord
subclasses. Thanks Shai Berger and Adam Johnson for reviews and the implementation idea.
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
This continues work to treat Django templates as a library.
2014-12-28
Deprecated TEMPLATE_STRING_IF_INVALID.
Aymeric Augustin
2013-11-02
Fixing E302 Errors
Jason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
Refs #20680.
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons