django1/django/template
Malcolm Tredinnick bccb8897e6 Fixed #4565 -- Changed template rendering to use iterators, rather than
creating large strings, as much as possible. This is all backwards compatible.
Thanks, Brian Harring.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-17 07:11:37 +00:00
..
loaders Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
__init__.py Fixed #4565 -- Changed template rendering to use iterators, rather than 2007-06-17 07:11:37 +00:00
context.py Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
defaultfilters.py Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste. 2007-04-23 05:51:29 +00:00
defaulttags.py Fixed #4565 -- Changed template rendering to use iterators, rather than 2007-06-17 07:11:37 +00:00
loader.py Fixed #4565 -- Changed template rendering to use iterators, rather than 2007-06-17 07:11:37 +00:00
loader_tags.py Fixed #4565 -- Changed template rendering to use iterators, rather than 2007-06-17 07:11:37 +00:00