Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
...
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-282-1/+86
* Added a comment about the last use of Engine.get_default().Aymeric Augustin2014-12-281-0/+4
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-282-13/+84
* Removed extraneous arguments in Engine.from_string.Aymeric Augustin2014-12-283-7/+7
* Removed private API get_template_from_string.Aymeric Augustin2014-12-281-4/+0
* Removed private API find_template.Aymeric Augustin2014-12-281-4/+0
* Supported multiple template engines in get_template and s...Aymeric Augustin2014-12-283-13/+79
* Looked up the default template engine in the list of all ...Aymeric Augustin2014-12-282-19/+40
* Passed a reference to the current engine when instantiati...Aymeric Augustin2014-12-282-2/+2
* Removed some uses of global APIs from django.template.loa...Aymeric Augustin2014-12-284-10/+6
* Added Django template backend.Aymeric Augustin2014-12-285-0/+53
* Added jinja2 template backend.Aymeric Augustin2014-12-281-0/+58
* Added dummy template backend.Aymeric Augustin2014-12-282-0/+66
* Added initial support for loading template engines.Aymeric Augustin2014-12-282-1/+111
* Imported BaseEngine from the DEP.Aymeric Augustin2014-12-282-0/+80
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-282-73/+61
* Renamed get_template_from_string to from_string.Aymeric Augustin2014-12-282-9/+9
* Simplified handling of a default value.Aymeric Augustin2014-12-281-3/+1
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-272-4/+4
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-083-8/+8
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23914 -- Improved {% now %} to allow storing its r...Baptiste Mispelon2014-11-251-3/+14
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-234-9/+9
* Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin2014-11-231-15/+10
* Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.Aymeric Augustin2014-11-232-18/+37
* Encapsulated ALLOWED_INCLUDE_ROOTS in Engine.Aymeric Augustin2014-11-231-3/+3
* Moved make_origin into the Engine class.Aymeric Augustin2014-11-234-15/+15
* Move compile_string into the Engine class.Aymeric Augustin2014-11-233-16/+18
* Added to each Context a reference to the Engine.Aymeric Augustin2014-11-232-3/+13
* Removed dependency of template loaders on Django settings.Aymeric Augustin2014-11-234-9/+12
* Moved template loaders management in Engine.Aymeric Augustin2014-11-236-51/+57
* Removed unused API get_template_loaders.Aymeric Augustin2014-11-233-14/+6
* Introduced a template engine class.Aymeric Augustin2014-11-233-96/+174
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-3/+31
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-1/+6
* Simplified caching of template context processors.Aymeric Augustin2014-11-191-16/+7
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-19/+15
* Removed support for function-based template loaders.Aymeric Augustin2014-11-161-21/+6
* Used get_template_loaders in the cached loader.Aymeric Augustin2014-11-162-17/+10
* Refactored getting the list of template loaders.Aymeric Augustin2014-11-163-58/+62
* Deprecated function-based loaders.Aymeric Augustin2014-11-161-0/+6
* Removed obsolete comment.Aymeric Augustin2014-11-161-27/+0
* Refactored listing template subdirectories in apps.Aymeric Augustin2014-11-162-24/+31
* Removed skip_template argument of locmem.Loader.load_temp...Aymeric Augustin2014-11-161-2/+1
* Removed the "test:" prefix from locmem template identifiers.Aymeric Augustin2014-11-161-2/+1
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-167-43/+95
* Fixed #23585 - Corrected internal comment.Grzegorz Slusarek2014-11-151-3/+1
* Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PR...Tim Graham2014-11-121-1/+1
* Normalized opening a file and decoding its content.Aymeric Augustin2014-11-112-4/+7
* Raised SuspiciousFileOperation in safe_join.Aymeric Augustin2014-11-112-12/+8