django1/django/template
Baptiste Mispelon c335c0fee9 Fixed #23914 -- Improved {% now %} to allow storing its result in the context.
Thanks to Tim for the review.
2014-11-25 22:11:35 +01: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 Fixed #23914 -- Improved {% now %} to allow storing its result in the context. 2014-11-25 22:11:35 +01: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