summaryrefslogtreecommitdiff
path: root/django/template/context.py
AgeCommit message (Expand)Author
2015-09-11Fixed #24765 -- Allowed template context updates to flatten a Context.Buddy Lindsey, Jr
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-27Fixed #24847 -- Prevented items set on a RequestContext from being lost.Paweł Marczewski
2015-04-14Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-16Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons
2015-02-20Removed a non-obvious side-effect of assigning Context.template.Aymeric Augustin
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-10Split DTL context creation into its own function.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Fixed #24273 -- Allowed copying RequestContext more than once.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Simplified implementation of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin
2014-11-23Added to each Context a reference to the Engine.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-15Fixed #23585 - Corrected internal comment.Grzegorz Slusarek
2014-02-16Made the new template.Context.flatten() method a public API.Marek Wywiał
2014-02-15Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...Baptiste Mispelon
2014-02-15Fixed #21765 -- Added support for comparing Context instancesMarek Wywiał
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2013-12-19Small flake8 fixes -- number of blank lines between top level definitionsAlex Gaynor
2013-12-20Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-08-29Fixed #7116 -- Optimize RequestContext constructionCurtis Maloney
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-11Fixed #18103 -- Regression introduced in r17895.Aymeric Augustin
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-19Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(...Chris Beaven
2011-04-17Fixes #15721 -- Make {% include %} and RequestContext work together again.Chris Beaven
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-02-27Fixed #15368 - test failures due to regression with RequestContextLuke Plant
2011-02-21Fix broken tests due to changes in r15591 by updating the test store_rendered...Chris Beaven
2010-11-24Fixes #3529 -- more explicit documentation about Context.update. Thanks for t...Chris Beaven
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-03-30Fixed #10079 -- Moved settings import inside the function that uses it so tha...Gary Wilson Jr
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss