summaryrefslogtreecommitdiff
path: root/django/template/context.py
AgeCommit message (Expand)Author
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
2008-08-01Fixed #3912 - Added simple type checking to template.Context.update() to help...Luke Plant
2007-12-22Negligible cleanups to django.template.contextAdrian Holovaty
2007-12-02Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the newMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-09-11Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...Russell Keith-Magee
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-02-10Fixed #3071 -- added a {{{__contains__}}} method to the Context class. ThanksMalcolm Tredinnick
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-07-04Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty