Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-301-1/+2
* Refs #22933 -- Removed template.resolve_variable() per de...Tim Graham2015-09-241-3/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-9/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+1
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-2/+2
* Fixed #15053 -- Enabled recursive template loading.Preston Timmons2015-04-221-2/+2
* Fixed E265 comment styleCollin Anderson2015-02-061-2/+2
* Fixed typo in 'Django Template Language'David Robles2015-01-171-1/+1
* Exposed Engine in the django.template namespace.Aymeric Augustin2015-01-071-1/+3
* Explained the structure of django.template.Aymeric Augustin2014-12-281-0/+41
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-1/+13
* Cleaned up the django.template namespace.Aymeric Augustin2014-12-281-73/+10
* Move compile_string into the Engine class.Aymeric Augustin2014-11-231-2/+2
* Fixed comment typo in django/template/__init__.pyMartin Matusiak2014-10-041-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-5/+5
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1003/+27
* Fixed #10004 and #12320 -- Enabled the makemessages manag...Jannis Leidel2010-11-171-1/+5
* Fixed #14181 -- Added a template tag and filters to allow...Russell Keith-Magee2010-10-291-1/+1
* Fixed #13334: Restored ability to load template tags from...Karen Tracey2010-04-151-10/+10
* Fixed #13311 -- Modified the tag library import process s...Russell Keith-Magee2010-04-111-2/+12
* Fixed #12554 again: Corrected regression in silencing att...Karen Tracey2010-03-221-0/+5
* Fixed #12554: Silence exceptions that have specified sile...Karen Tracey2010-03-201-5/+5
* Fixed #11461: Ensured complete traceback is available on ...Karen Tracey2010-03-081-14/+1
* Fixed #6510 -- Refactored the way child nodes are found i...Russell Keith-Magee2010-03-021-2/+5
* Fixed #12992: Adjusted the new template loader code so th...Karen Tracey2010-03-021-1/+1
* Fixed #12981 -- Removed some stray tabs. Thanks to loewis...Russell Keith-Magee2010-02-271-1/+1
* Fixed #12070. Fixed a case where var._whatever wasn't rai...Joseph Kocherhans2010-02-231-2/+2
* Fixed #5972 - Allow the template filters to be used with ...Jannis Leidel2010-02-221-2/+2
* Fixed #5971 - Fixed inconsistent behaviour of the TokenPa...Jannis Leidel2010-02-221-9/+19
* Fixed #7876 - Improved template error message to include ...Jannis Leidel2010-02-221-3/+5
* Fixed #6587 -- Removed nasty __path__ hacking in template...Russell Keith-Magee2010-01-261-14/+62
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-0/+2
* Fixed #6262 -- Added a cached template loader, and modifi...Russell Keith-Magee2009-12-141-1/+8
* Fixed #12095 - login and other contrib views failing if t...Luke Plant2009-10-271-2/+8
* Fixed #10369 -- Fixed auto-escaping inside "tran" and "bl...Malcolm Tredinnick2009-04-111-5/+14
* Fixed #9315 -- Handle spaces in URL tag arguments.Malcolm Tredinnick2009-04-101-2/+1
* Template filters now pass numerical arguments through as ...Malcolm Tredinnick2009-03-251-5/+7
* Added consistent support for double- and single-quote del...Malcolm Tredinnick2009-03-231-52/+61
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #10014 -- Don't crash when using debug template tag...Malcolm Tredinnick2009-01-161-2/+3
* Fixed #7027: template tags now corectly break tokens arou...Jacob Kaplan-Moss2008-08-311-1/+13
* Fixed #5270 -- Allow template tags and filters to accept ...Gary Wilson Jr2008-08-151-3/+8
* Fixed #7293 -- Corrected some doctests strings internal t...Russell Keith-Magee2008-06-061-4/+4
* Fixed #5884 -- Added better display error handling for te...Malcolm Tredinnick2008-03-171-1/+4
* Tweaked [7082] and [7084] a little bit to also allow comm...Malcolm Tredinnick2008-02-061-3/+12
* Fixed #5124 -- Added a reasonable error when "extends" is...Malcolm Tredinnick2008-02-041-0/+7
* Negligible changes to django.template -- removed a useles...Adrian Holovaty2007-12-221-4/+3
* Removed lexer_factory() and parser_factory() functions in...Adrian Holovaty2007-12-221-16/+7
* Removed a comment in django/template/__init__.py that sug...Adrian Holovaty2007-12-221-2/+0