django1/django/template
Aymeric Augustin b19693e6d8 Imported BaseEngine from the DEP.
i18n is left aside for now.
2014-12-28 15:57:11 +01:00
..
backends Imported BaseEngine from the DEP. 2014-12-28 15:57:11 +01:00
loaders Moved make_origin into the Engine class. 2014-11-23 11:52:45 +01:00
__init__.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +01:00
base.py Cleaned up the django.template namespace. 2014-12-28 14:47:31 +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