summaryrefslogtreecommitdiff
path: root/django/template/context.py
AgeCommit message (Expand)Author
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