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
/
django
/
template
/
context.py
Age
Commit message (
Expand
)
Author
2015-02-20
[1.8.x] Removed a non-obvious side-effect of assigning Context.template.
Aymeric Augustin
2015-02-19
[1.8.x] Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-10
[1.8.x] Split DTL context creation into its own function.
Aymeric Augustin
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-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Simplified implementation of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Added to each Context a reference to the Engine.
Aymeric Augustin
2014-11-19
Simplified caching of template context processors.
Aymeric Augustin
2014-11-15
Fixed #23585 - Corrected internal comment.
Grzegorz Slusarek
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ł
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-12-19
Small flake8 fixes -- number of blank lines between top level definitions
Alex Gaynor
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-08-29
Fixed #7116 -- Optimize RequestContext construction
Curtis Maloney
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-11
Fixed #18103 -- Regression introduced in r17895.
Aymeric Augustin
2012-04-10
Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-19
Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(...
Chris Beaven
2011-04-17
Fixes #15721 -- Make {% include %} and RequestContext work together again.
Chris Beaven
2011-03-10
Fixed #15572 - include with "only" option discards context properties (such a...
Luke Plant
2011-02-27
Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
2011-02-21
Fix broken tests due to changes in r15591 by updating the test store_rendered...
Chris Beaven
2010-11-24
Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...
Chris Beaven
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-03-30
Fixed #10079 -- Moved settings import inside the function that uses it so tha...
Gary Wilson Jr
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-08-01
Fixed #3912 - Added simple type checking to template.Context.update() to help...
Luke Plant
2007-12-22
Negligible cleanups to django.template.context
Adrian Holovaty
2007-12-02
Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-11
Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...
Russell Keith-Magee
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-02-10
Fixed #3071 -- added a {{{__contains__}}} method to the Context class. Thanks
Malcolm Tredinnick
[next]