Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/loader_tags.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed deprecated logger.warn to warningClaude Paroz2015-10-241-1/+1
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-0/+10
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #23516 -- Added caching of include tag Template obj...Matthew Somerville2015-06-061-2/+14
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-2/+2
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-3/+4
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-1/+35
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-3/+3
* Fixed #24338 -- Accepted Template wrapper in {% extends %}.Aymeric Augustin2015-02-141-3/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Removed some uses of global APIs from django.template.loa...Aymeric Augustin2014-12-281-3/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-3/+3
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-231-2/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #21707 -- Added helpful error message when using {{...Anubhav Joshi2014-07-241-0/+5
* Allowed more easily subclassing of BlockNode tags.Mitar2014-02-081-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+7
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-2/+2
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Improved {% include %} implementationCurtis Maloney2013-08-301-38/+13
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-1/+1
* Fixed #17356 -- Allowed {% include %} to render compiled ...Curtis Maloney2013-08-291-2/+5
* Fixed #20949 -- Typo #2 in docstringTim Graham2013-08-211-1/+1
* Fixed docstring typo, thanks minddust.Tim Graham2013-08-211-1/+1
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-20/+18
* Used token.split_contents() for tokenisation in template ...Baptiste Mispelon2013-02-231-0/+1
* Fixed #19846 -- Optimized a dict of lists in BlockContext...Claude Paroz2013-02-221-7/+6
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+3
* Fixed #17660 -- Standardize extends tag token parsingChris Beaven2012-02-211-18/+12
* Fixed loader_tags.py to import token_kwargs from the corr...Adrian Holovaty2012-02-021-2/+1
* Fixed #3100 -- Added support for arguments on intermediat...Aymeric Augustin2011-12-091-2/+8
* Fix a small thread safety issue in ExtendsNode. No tests,...Chris Beaven2011-08-271-2/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-4/+2
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-4/+3
* Fixed #15572 - include with "only" option discards contex...Luke Plant2011-03-101-1/+1
* Fixed #14046 -- Made {% include %} behave the same, regar...Russell Keith-Magee2011-02-041-3/+1
* Fixes #7817 and #9456.Chris Beaven2010-12-181-16/+65
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-2/+2
* Fixed #12787: Correctly identify the template that does n...Karen Tracey2010-03-161-4/+1
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-7/+7
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-42/+73
* Fixed #10094 -- Fixed the `include` and `extends` templat...Gary Wilson Jr2009-03-301-2/+2
* Fixed #7318 -- Cleaned up the template inheritance logic,...Russell Keith-Magee2008-06-181-6/+10
* Tweaked [7082] and [7084] a little bit to also allow comm...Malcolm Tredinnick2008-02-061-9/+5
* Fixed a simple TODO item in one error path of the "extend...Malcolm Tredinnick2008-02-041-1/+1
* Fixed #5124 -- Added a reasonable error when "extends" is...Malcolm Tredinnick2008-02-041-0/+7
* Allow whitespace prior to an "extends" tag. This allows a...Malcolm Tredinnick2008-02-041-3/+10