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_context.py
Age
Commit message (
Expand
)
Author
2015-02-24
[1.8.x] Moved RequestContextTests into test_context.
Preston Timmons
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.
Aymeric Augustin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-02-16
Made the new template.Context.flatten() method a public API.
Marek Wywiał
2014-02-15
Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...
Baptiste Mispelon
2014-02-15
Fixed #21765 -- Added support for comparing Context instances
Marek Wywiał
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-08-12
Fixed #17778 -- Prevented class attributes on context from resolving as templ...
Tim Graham
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-04-12
Modified template_tests for unittest2 discovery.
Preston Timmons