django1/django/template
Malcolm Tredinnick 00f96de5d6 Tweaked [7082] and [7084] a little bit to also allow comment nodes prior to the extends tag.
This would be little less fiddly if we knew nodelist were always of type
NodeList, but they could be normal lists. Or if we merged successive TextNodes,
instead of appending them. Something to think about going forwards.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-05 23:41:48 +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 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
context.py Negligible cleanups to django.template.context 2007-12-22 19:32:54 +00:00
debug.py Moved the various Debug classes in django.template to a new module, debug.py, so they're only loaded if DEBUG=True. This led to a DEBUG=False memory savings of one 4-KB memory block on my machine, according to ps 2007-12-22 19:10:03 +00:00
defaultfilters.py Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter. 2008-01-28 02:30:53 +00:00
defaulttags.py Reverted 'regroup' template tag changes from [6956], as they caused bug #6271, which affects one of my sites. I don't have time to inspect the #6271 patch, so I'm reverting this change in the interim, to fix the bug immediately. 2008-01-05 00:03:12 +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