Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template
Commit message (Expand)AuthorAgeFilesLines
* Renamed filesizeformat tag's bytes variable to avoid clas...Sambhav Satija2015-10-271-16/+16
* Fixed #25441 -- Added support for negative filesize to fi...Sambhav Satija2015-10-271-0/+6
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-261-2/+5
* Renamed deprecated logger.warn to warningClaude Paroz2015-10-241-1/+1
* 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-303-1/+21
* Refs #22384 -- Removed obsolete code for the removal of r...Tim Graham2015-09-291-57/+19
* Added django.template.engine.Engine.render_to_string() do...Tim Graham2015-09-241-6/+4
* Refs #23913 -- Removed support for a single equals sign i...Tim Graham2015-09-241-12/+1
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-53/+2
* Removed support for passing a context to a generic Templa...Tim Graham2015-09-241-32/+2
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-243-31/+1
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-20/+0
* Removed dictionary and context_instance parameters for re...Tim Graham2015-09-242-83/+12
* Removed dirs parameter in template engine methods and rel...Tim Graham2015-09-243-70/+15
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-243-59/+7
* Refs #13408 -- Made unpacking mismatch an exception in {%...Tim Graham2015-09-241-4/+2
* Refs #22933 -- Removed template.resolve_variable() per de...Tim Graham2015-09-242-18/+0
* Refs #23269 -- Removed the removetags template tag and re...Tim Graham2015-09-241-8/+1
* Refs #23261 -- Removed old style list syntax for unordere...Tim Graham2015-09-241-39/+0
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-9/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-243-86/+2
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-0/+10
* 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 #24765 -- Allowed template context updates to flatt...Buddy Lindsey, Jr2015-09-111-1/+9
* Refs #24235 -- Removed unused is_usable attribute from ba...Tim Graham2015-09-051-1/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-8/+0
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-2/+5
* Fixed #24127 -- Changed the default current_app to the cu...Marten Kenbeek2015-07-272-2/+13
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+3
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+2
* 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
* Removed unnecessary returnAndriy Sokolovskiy2015-06-291-1/+1
* Removed unreachable codeAndriy Sokolovskiy2015-06-291-1/+0
* Fixed #25018 -- Changed simple_tag to apply conditional_e...Luke Plant2015-06-291-0/+3
* Sorted imports in __init__.py files.Tim Graham2015-06-271-9/+8
* Fixed #25031 -- Fixed a regression in the unordered_list ...Noam2015-06-271-15/+20
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-2418-70/+71
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-154-8/+10
* Fixed #23516 -- Added caching of include tag Template obj...Matthew Somerville2015-06-061-2/+14
* Fixed #24847 -- Prevented items set on a RequestContext f...Paweł Marczewski2015-05-271-1/+7
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-218-434/+478
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-3/+3
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-0714-57/+78
* Fixed #24119, #24120 -- Formalized debug integration for ...Preston Timmons2015-05-075-28/+112
* Fixed #24685 -- Fixed check for template name unicity.Aymeric Augustin2015-05-031-1/+3
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-2210-88/+347