index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
__init__.py
Age
Commit message (
Expand
)
Author
2026-02-24
[6.0.x] Applied Black's 2026 stable style.
Mariusz Felisiak
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-11-05
Fixed #25791 -- Implement autoreload behaviour for cached template loader.
Tom Forbes
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2017-01-17
Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin.
Tim Graham
2015-09-29
Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...
Tim Graham
2015-09-23
Refs #22933 -- Removed template.resolve_variable() per deprecation timeline.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-22
Fixed #15053 -- Enabled recursive template loading.
Preston Timmons
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-01-17
Fixed typo in 'Django Template Language'
David Robles
2015-01-07
Exposed Engine in the django.template namespace.
Aymeric Augustin
2014-12-28
Explained the structure of django.template.
Aymeric Augustin
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-12-28
Cleaned up the django.template namespace.
Aymeric Augustin
2014-11-23
Move compile_string into the Engine class.
Aymeric Augustin
2014-10-04
Fixed comment typo in django/template/__init__.py
Martin Matusiak
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-04-15
Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...
Karen Tracey
2010-04-11
Fixed #13311 -- Modified the tag library import process so it doesn't mask im...
Russell Keith-Magee
2010-03-22
Fixed #12554 again: Corrected regression in silencing attribute lookups intro...
Karen Tracey
2010-03-20
Fixed #12554: Silence exceptions that have specified silent_variable_failure=...
Karen Tracey
2010-03-08
Fixed #11461: Ensured complete traceback is available on the debug page when ...
Karen Tracey
2010-03-02
Fixed #6510 -- Refactored the way child nodes are found in template nodes to ...
Russell Keith-Magee
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-02-27
Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.
Russell Keith-Magee
2010-02-23
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...
Joseph Kocherhans
2010-02-21
Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...
Jannis Leidel
2010-02-21
Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...
Jannis Leidel
2010-02-21
Fixed #7876 - Improved template error message to include expected end tag. Th...
Jannis Leidel
2010-01-26
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...
Russell Keith-Magee
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-10-27
Fixed #12095 - login and other contrib views failing if template rendered usi...
Luke Plant
2009-04-11
Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Malcolm Tredinnick
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-03-25
Template filters now pass numerical arguments through as numbers.
Malcolm Tredinnick
2009-03-23
Added consistent support for double- and single-quote delimiters in templates.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-01-16
Fixed #10014 -- Don't crash when using debug template tag inside a block node...
Malcolm Tredinnick
2008-08-31
Fixed #7027: template tags now corectly break tokens around strings marked fo...
Jacob Kaplan-Moss
2008-08-15
Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...
Gary Wilson Jr
2008-06-06
Fixed #7293 -- Corrected some doctests strings internal to the template modul...
Russell Keith-Magee
[next]