django1/django/template
Aymeric Augustin bfa21ddf76 Renamed get_template_from_string to from_string.
The shorter name is just as explicit and, well, shorter.
2014-12-28 14:47:31 +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 Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:02:34 +01:00
context.py Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine. 2014-11-23 11:53:18 +01:00
debug.py Fixed #23831 -- Supported strings escaped by third-party libs in Django. 2014-12-27 18:02:34 +01: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 Renamed get_template_from_string to from_string. 2014-12-28 14:47:31 +01:00
loader.py Renamed get_template_from_string to from_string. 2014-12-28 14:47:31 +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