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
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
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-07-04
Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...
Russell Keith-Magee
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty