django1/django/template
Berker Peksag 560b4207b1 Removed redundant numbered parameters from str.format().
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
2014-12-03 14:27:38 -05:00
..
loaders Moved make_origin into the Engine class. 2014-11-23 11:52:45 +01:00
__init__.py Move compile_string into the Engine class. 2014-11-23 11:52:25 +01:00
base.py Encapsulated TEMPLATE_DEBUG in Engine. 2014-11-23 11:54:17 +01:00
context.py Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine. 2014-11-23 11:53:18 +01:00
debug.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
defaultfilters.py Fixed #23558 -- documented slugify limitations 2014-10-30 09:02:04 -04:00
defaulttags.py Removed redundant numbered parameters from str.format(). 2014-12-03 14:27:38 -05:00
engine.py Encapsulated TEMPLATE_DEBUG in Engine. 2014-11-23 11:54:17 +01:00
loader.py Moved make_origin into the Engine class. 2014-11-23 11:52:45 +01:00
loader_tags.py Encapsulated TEMPLATE_DEBUG in Engine. 2014-11-23 11:54:17 +01:00
response.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
utils.py Refactored listing template subdirectories in apps. 2014-11-16 21:28:43 +01:00