django1/django/template
Russell Keith-Magee aed032d0ac Fixed #13311 -- Modified the tag library import process so it doesn't mask import errors in the tag library itself. Thanks to amccurdy for the report, and Alex Gaynor for the suggested fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-11 06:48:46 +00:00
..
loaders Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report. 2010-03-16 14:34:57 +00:00
__init__.py Fixed #13311 -- Modified the tag library import process so it doesn't mask import errors in the tag library itself. Thanks to amccurdy for the report, and Alex Gaynor for the suggested fix. 2010-04-11 06:48:46 +00:00
context.py Fixed #6262 -- Added a cached template loader, and modified existing template loaders and tag to be cacheable. Thanks to Mike Malone for the patch. 2009-12-14 12:08:23 +00:00
debug.py Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn. 2010-03-08 17:01:21 +00:00
defaultfilters.py Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. Thanks to David Danier for the report. 2010-03-15 07:22:20 +00:00
defaulttags.py Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid catastrophic backtracking. Thanks to SmileyChris for the patch. 2010-04-10 07:35:31 +00:00
loader.py Fixed #13123 -- Cleaned up template loader for PyPy compatibility. Thanks to avostryakov for the report. 2010-03-18 15:35:15 +00:00
loader_tags.py Fixed #12787: Correctly identify the template that does not exist when a template being extended includes another template that does not exist. Thanks to trigeek38 for the report. 2010-03-16 14:34:57 +00:00
smartif.py Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condition 2010-03-08 23:25:37 +00:00