index
:
chango.git
devmain
fix-31295
initial-branch
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
/
loader.py
Age
Commit message (
Expand
)
Author
2014-02-22
Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...
Baptiste Mispelon
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-09-18
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...
Berker Peksag
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-09-21
Fixed #16866 -- Clearer error message if empty list is passed to select_templ...
Carl Meyer
2011-04-02
Advanced deprecations in django.template.
Russell Keith-Magee
2011-03-03
Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...
Russell Keith-Magee
2011-03-03
Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...
Russell Keith-Magee
2011-02-20
Ensure render_to_string leaves the context instance stack in the state it was...
Chris Beaven
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-03-18
Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to ...
Russell Keith-Magee
2010-03-16
Fixed #12787: Correctly identify the template that does not exist when a temp...
Karen Tracey
2010-03-01
Fixed #12992: Adjusted the new template loader code so that the template
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-20
Fixed a broken ImproperlyConfigured error message
Simon Willison
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-05-29
Fixed #6950 -- Modified initialization of template loaders to use a temporary...
Russell Keith-Magee
2007-06-22
Backed out the changes in [5482] for a bit whilst some more investigation into
Malcolm Tredinnick
2007-06-17
Fixed #4565 -- Changed template rendering to use iterators, rather than
Malcolm Tredinnick
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-08-27
Reverted [3659], the 'name' field on Template objects and the signal emitted ...
Adrian Holovaty
2006-08-27
Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...
Russell Keith-Magee
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty