summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
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
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-07-31Fixed #16383 -- Raised the AttributeError raised in property of an object whe...Anubhav Joshi
2014-07-26Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetagqingfeng
2014-07-24Fixed #21707 -- Added helpful error message when using {{ block.super }} in b...Anubhav Joshi
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-01Fixed #22933 -- Deprecated django.template.resolve_variable().Tim Graham
2014-06-10Fixed #22798 -- `pluralize()` now adds plural_suffix for any `1 < d < 2`Moayad Mardini
2014-06-05Fixed #18400 -- Modified length template filter to return 0 for unknown varia...Susan Tan
2014-04-08Fixed #13408 -- Deprecated silent unpacking exception passing in for template...e0ne
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
2014-03-21Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...Tim Graham