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
/
debug.py
Age
Commit message (
Expand
)
Author
2015-02-16
[1.8.x] Removed unnecessary __init__ definition from DebugLexer.
Preston Timmons
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-02-14
Fixed #19819 - Improved template filter errors handling.
Michael van Tellingen
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-08-12
Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-10-30
Fixed #14589 -- Corrected a copy-and-paste error introduced in r14395. Thanks...
Russell Keith-Magee
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-03-08
Fixed #11461: Ensured complete traceback is available on the debug page when ...
Karen Tracey
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2008-03-17
Fixed #5884 -- Added better display error handling for template variables.
Malcolm Tredinnick
2007-12-22
Moved the various Debug classes in django.template to a new module, debug.py,...
Adrian Holovaty