django1/django/template
Malcolm Tredinnick 5d6f91e415 Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.
Fixed #6123, #6133, #6179, #6194.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-17 06:59:01 +00:00
..
loaders Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directories` and `filesystem` template loaders to not return paths outside of given template directories. Both functions now make use of a new `safe_join` utility function. Thanks to SmileyChris for help with the patch. 2007-07-23 04:45:01 +00:00
__init__.py Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes. 2007-11-30 15:32:01 +00:00
context.py Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new 2007-12-02 23:57:22 +00:00
defaultfilters.py Fixed #6132: note to self: when you add new template tags, you need to remember to actually register them. Thanks, Ben Walton. 2007-12-05 13:16:25 +00:00
defaulttags.py Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv. 2007-12-17 06:59:01 +00:00
loader.py Backed out the changes in [5482] for a bit whilst some more investigation into 2007-06-22 07:15:04 +00:00
loader_tags.py Content coming via {{ block.super }} is always going to be correctly escaped 2007-11-14 21:07:27 +00:00