django1/django/template
Aymeric Augustin 07ae47f7f8 Fixed #21959 -- Handled Inf/NaN in widthratio tag.
Thanks rmoe for the report and the patch.
2014-02-08 21:01:55 +01:00
..
loaders Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Moved the loader tags registration with the other builtins. 2014-01-19 20:11:32 +01:00
context.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
debug.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
defaultfilters.py Moved imports to the top of the defaultfilters module. 2013-12-10 21:32:58 +01:00
defaulttags.py Fixed #21959 -- Handled Inf/NaN in widthratio tag. 2014-02-08 21:01:55 +01:00
loader.py Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
loader_tags.py Allowed more easily subclassing of BlockNode tags. 2014-02-08 07:22:11 -05:00
response.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00