Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25423 -- Made error message for unknown template t...Pindi Albert2015-10-051-2/+7
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-301-0/+8
* Refs #22933 -- Removed template.resolve_variable() per de...Tim Graham2015-09-241-15/+0
* Refs #18773 -- Improved template variable exception loggi...Nick Johnson2015-09-221-2/+7
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...Dave Smith2015-09-151-6/+16
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-2/+5
* Removed some u string prefixes in code comments.Tim Graham2015-07-061-7/+7
* Removed unused variable template.base.ALLOWED_VARIABLE_CH...Tim Graham2015-07-061-3/+0
* Used %r in the TextNode repr to show newlines better.Ned Batchelder2015-06-301-2/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-3/+5
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-396/+15
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-30/+2
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-071-5/+19
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-12/+26
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #23441, #24555 -- Improved the behavior of Inclusio...Preston Timmons2015-04-011-3/+9
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-0/+7
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-71/+237
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-1/+1
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-116/+0
* Removed a non-obvious side-effect of assigning Context.te...Aymeric Augustin2015-02-201-9/+5
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-12/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-16/+19
* Fixed #18651 -- Enabled optional assignments for simple_t...Preston Timmons2015-02-031-49/+30
* Preserved context class in inclusion_tag.Aymeric Augustin2014-12-281-8/+2
* Added a comment about the last use of Engine.get_default().Aymeric Augustin2014-12-281-0/+4
* Supported multiple template engines in get_template and s...Aymeric Augustin2014-12-281-0/+2
* Removed some uses of global APIs from django.template.loa...Aymeric Augustin2014-12-281-3/+2
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-0/+51
* Fixed #23831 -- Supported strings escaped by third-party ...Aymeric Augustin2014-12-271-2/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-231-3/+2
* Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.Aymeric Augustin2014-11-231-15/+10
* Move compile_string into the Engine class.Aymeric Augustin2014-11-231-13/+1
* Added to each Context a reference to the Engine.Aymeric Augustin2014-11-231-0/+9
* Introduced a template engine class.Aymeric Augustin2014-11-231-1/+5
* Simplified caching of templatetags modules.Aymeric Augustin2014-11-191-19/+15
* Fixed #23489 -- Added numpy 1.9+ support in template lookupsTim Graham2014-09-301-1/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #16383 -- Raised the AttributeError raised in prope...Anubhav Joshi2014-07-311-1/+4
* Fixed #22933 -- Deprecated django.template.resolve_variab...Tim Graham2014-07-011-0/+5
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Removed incorrect statement from docstringPatrick Robertson2014-02-231-3/+0
* Moved the loader tags registration with the other builtins.Baptiste Mispelon2014-01-191-0/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+6
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+2