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