summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2014-12-28Passed a reference to the current engine when instantiating Template.Aymeric Augustin
2014-12-28Removed some uses of global APIs from django.template.loader.Aymeric Augustin
2014-12-28Added Django template backend.Aymeric Augustin
2014-12-28Added jinja2 template backend.Aymeric Augustin
2014-12-28Added dummy template backend.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-28Imported BaseEngine from the DEP.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-28Renamed get_template_from_string to from_string.Aymeric Augustin
2014-12-28Simplified handling of a default value.Aymeric Augustin
2014-12-27Fixed #23831 -- Supported strings escaped by third-party libs in Django.Aymeric Augustin
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-25Fixed #23914 -- Improved {% now %} to allow storing its result in the context.Baptiste Mispelon
2014-11-23Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin
2014-11-23Encapsulated ALLOWED_INCLUDE_ROOTS in Engine.Aymeric Augustin
2014-11-23Moved make_origin into the Engine class.Aymeric Augustin
2014-11-23Move compile_string into the Engine class.Aymeric Augustin
2014-11-23Added to each Context a reference to the Engine.Aymeric Augustin
2014-11-23Removed dependency of template loaders on Django settings.Aymeric Augustin
2014-11-23Moved template loaders management in Engine.Aymeric Augustin
2014-11-23Removed unused API get_template_loaders.Aymeric Augustin
2014-11-23Introduced a template engine class.Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-19Simplified caching of template context processors.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
2014-11-16Removed support for function-based template loaders.Aymeric Augustin
2014-11-16Used get_template_loaders in the cached loader.Aymeric Augustin
2014-11-16Refactored getting the list of template loaders.Aymeric Augustin
2014-11-16Deprecated function-based loaders.Aymeric Augustin
2014-11-16Removed obsolete comment.Aymeric Augustin
2014-11-16Refactored listing template subdirectories in apps.Aymeric Augustin
2014-11-16Removed skip_template argument of locmem.Loader.load_template_source.Aymeric Augustin
2014-11-16Removed the "test:" prefix from locmem template identifiers.Aymeric Augustin
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-15Fixed #23585 - Corrected internal comment.Grzegorz Slusarek
2014-11-12Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to h...Tim Graham
2014-11-11Normalized opening a file and decoding its content.Aymeric Augustin
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2014-11-10Fixed #23789 -- TemplateResponse handles context differently from renderLuke Plant
2014-10-30Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-04Fixed comment typo in django/template/__init__.pyMartin Matusiak
2014-09-29Fixed #23489 -- Added numpy 1.9+ support in template lookupsTim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-26Added exception name in debug error messageClaude Paroz
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-14Fixed #23260: Added generator support to defaultfilters.unordered_list.Jaap Roes