summaryrefslogtreecommitdiff
path: root/django/template/debug.py
AgeCommit message (Expand)Author
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-08-12Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-10-30Fixed #14589 -- Corrected a copy-and-paste error introduced in r14395. Thanks...Russell Keith-Magee
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-03-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2008-03-17Fixed #5884 -- Added better display error handling for template variables.Malcolm Tredinnick
2007-12-22Moved the various Debug classes in django.template to a new module, debug.py,...Adrian Holovaty