django1/django/template
Claude Paroz 169b1a404c Replaced foo.next() by next(foo).
This new syntax for next() has been introduced in Python 2.6 and is
compatible with Python 3.
2012-05-10 20:15:49 +02:00
..
loaders Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
__init__.py Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
base.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
context.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
debug.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
defaultfilters.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
defaulttags.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
loader.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
loader_tags.py Fixed #17660 -- Standardize extends tag token parsing 2012-02-21 02:59:05 +00:00
response.py Fixed #16935 - misleading message if AttributeError escapes during SimpleTemplateResponse.render 2011-09-30 11:46:23 +00:00
smartif.py Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00