summaryrefslogtreecommitdiff
path: root/django/template/base.py
AgeCommit message (Expand)Author
2016-01-26Fixed #25848 -- Set template origin on each node.Preston Timmons
2015-12-03Fixed #25825 -- Implemented __ne__() for template OriginJaap Roes
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-26Fixed a typo in the template Parser.parse docstring.Jaap Roes
2015-10-05Fixed #25423 -- Made error message for unknown template tag more helpful.Pindi Albert
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-23Refs #22933 -- Removed template.resolve_variable() per deprecation timeline.Tim Graham
2015-09-21Refs #18773 -- Improved template variable exception logging message.Nick Johnson
2015-09-15Fixed #25404 -- Added line numbers to TemplateSyntaxError strings.Dave Smith
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-07-06Removed some u string prefixes in code comments.Tim Graham
2015-07-06Removed unused variable template.base.ALLOWED_VARIABLE_CHARS.Tim Graham
2015-06-30Used %r in the TextNode repr to show newlines better.Ned Batchelder
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-04-01Fixed #23441, #24555 -- Improved the behavior of InclusionNode.Preston Timmons
2015-03-27Fixed #18773 -- Added logging for template variable resolvingCaroline Simpson
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-03-02Fixed #24372 - Replaced TokenParser usage with traditional parsing.Preston Timmons
2015-02-20Removed a non-obvious side-effect of assigning Context.template.Aymeric Augustin
2015-02-19Set context.template instead of context.engine while rendering.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #18651 -- Enabled optional assignments for simple_tag().Preston Timmons
2014-12-28Preserved context class in inclusion_tag.Aymeric Augustin
2014-12-28Added a comment about the last use of Engine.get_default().Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Removed some uses of global APIs from django.template.loader.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.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-11-23Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin
2014-11-23Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.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-23Introduced a template engine class.Aymeric Augustin
2014-11-19Simplified caching of templatetags modules.Aymeric Augustin
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-07-31Fixed #16383 -- Raised the AttributeError raised in property of an object whe...Anubhav Joshi
2014-07-01Fixed #22933 -- Deprecated django.template.resolve_variable().Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-23Removed incorrect statement from docstringPatrick Robertson
2014-01-19Moved the loader tags registration with the other builtins.Baptiste Mispelon