django1/django/template
Jon Dufresne 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -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 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05: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 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -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 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05: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