django1/django/template
Russell Keith-Magee 55d5f7ecf4 Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-29 11:42:55 +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 #5884 -- Added better display error handling for template variables. 2008-03-17 14:21:09 +00:00
context.py Negligible cleanups to django.template.context 2007-12-22 19:32:54 +00:00
debug.py Fixed #5884 -- Added better display error handling for template variables. 2008-03-17 14:21:09 +00:00
defaultfilters.py FIxed #6513 -- Handle overflows better in the floatformat filter. It's not 2008-03-20 07:36:33 +00:00
defaulttags.py Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan. 2008-05-29 11:42:55 +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 Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to the extends tag. 2008-02-05 23:41:48 +00:00