Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #19819 - Improved template filter errors handling.Michael van Tellingen2013-02-141-0/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #17992 -- Added a public API for localtime.Aymeric Augustin2012-04-291-2/+2
* Fixed #17255 -- Removed "as" prefix from new timezone tem...Jannis Leidel2011-11-181-2/+2
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+2
* Fixed #16770 -- Eliminated TemplateSyntaxError wrapping o...Carl Meyer2011-09-161-20/+14
* Fixed #5831 -- Made sure the ForNode reports the correct ...Jannis Leidel2011-08-121-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1/+1
* Fixed #14589 -- Corrected a copy-and-paste error introduc...Russell Keith-Magee2010-10-301-1/+1
* Fixed #14181 -- Added a template tag and filters to allow...Russell Keith-Magee2010-10-291-1/+2
* Fixed #11461: Ensured complete traceback is available on ...Karen Tracey2010-03-081-2/+3
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-1/+4
* Fixed #5884 -- Added better display error handling for te...Malcolm Tredinnick2008-03-171-1/+1
* Moved the various Debug classes in django.template to a n...Adrian Holovaty2007-12-221-0/+97