Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
...
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-1/+1
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-2/+1
* Fixed #12199 -- Added the ability to use "as" with the fi...Craig Oldford2015-04-141-4/+14
* Updated docstring for firstof tag to reflect new auto-esc...Preston Timmons2015-04-031-4/+8
* Fixed #23441, #24555 -- Improved the behavior of Inclusio...Preston Timmons2015-04-011-3/+9
* Fixed #24538 -- Allowed self in Jinja contextTim Heap2015-04-011-1/+1
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-282-0/+8
* Cleaned up the template debug implementation.Preston Timmons2015-03-205-204/+242
* Fixed typo in escape_filter() docstring.Jon Walsh2015-03-191-1/+1
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+7
* Fed tuples to startswith when appropriateClaude Paroz2015-03-131-1/+1
* Fixed #24464 -- Made built-in HTML template filter functi...Erik Romijn2015-03-091-7/+7
* Fixed #24451 -- Deprecated comma-separated {% cycle %} sy...Tim Graham2015-03-071-0/+4
* Fixed #24399 -- Made filesystem loaders use more specific...Preston Timmons2015-03-031-2/+4
* Fixed #24372 - Replaced TokenParser usage with traditiona...Preston Timmons2015-03-031-116/+0
* Used dict comprehension in URLNodeCorey Farwell2015-03-021-2/+4
* Fixed #24409 -- Combined the app_directories and filesyst...Preston Timmons2015-03-022-40/+10
* Removed a non-obvious side-effect of assigning Context.te...Aymeric Augustin2015-02-202-33/+38
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-194-31/+37
* Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.Tim Graham2015-02-181-1/+1
* Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecod...Tim Graham2015-02-171-7/+3
* Removed unnecessary __init__ definition from DebugLexer.Preston Timmons2015-02-161-3/+0
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-153-3/+4
* Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin2015-02-141-3/+8
* Split DTL context creation into its own function.Aymeric Augustin2015-02-102-10/+18
* Simplified the lazy CSRF token implementation in csrf con...Alex Gaynor2015-02-081-4/+2
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0615-72/+75
* Fixed #24265 -- Preserved template backend loading except...Aymeric Augustin2015-02-051-0/+4
* Fixed #24273 -- Allowed copying RequestContext more than ...Aymeric Augustin2015-02-051-1/+2
* Fixed #24235 -- Removed is_usable attribute from template...Preston Timmons2015-02-047-29/+15
* Fixed #18651 -- Enabled optional assignments for simple_t...Preston Timmons2015-02-031-49/+30
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-5/+8
* Fixed typo in 'Django Template Language'David Robles2015-01-171-1/+1
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-32/+61
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-122-2/+35
* Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin2015-01-121-6/+8
* Fixed #23913 -- Deprecated the `=` comparison in `if` tem...Ola Sitarska2015-01-112-1/+10
* Added a request argument to render_to_string.Aymeric Augustin2015-01-071-2/+7
* Exposed Engine in the django.template namespace.Aymeric Augustin2015-01-072-4/+7
* Made context take priority over context processors.Aymeric Augustin2015-01-061-1/+7
* Added comments to remove Engine.render_to_string in Djang...Aymeric Augustin2015-01-062-9/+9
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-061-0/+5
* Explained the structure of django.template.Aymeric Augustin2014-12-281-0/+41
* Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin2014-12-281-8/+6
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-282-3/+4
* Raised an error when allowed_include_roots is a string.Aymeric Augustin2014-12-281-1/+5
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-283-12/+46
* Preserved context class in inclusion_tag.Aymeric Augustin2014-12-281-8/+2
* Simplified implementation of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-2/+8