Django

Code

Changeset 6972

Show
Ignore:
Timestamp:
12/22/07 13:20:02 (1 year ago)
Author:
adrian
Message:

Removed a comment in django/template/init.py that suggests we would do 'crazy stack-frame stuff'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/template/__init__.py

    r6971 r6972  
    162162        if settings.TEMPLATE_DEBUG and origin is None: 
    163163            origin = StringOrigin(template_string) 
    164             # Could do some crazy stack-frame stuff to record where this string 
    165             # came from... 
    166164        self.nodelist = compile_string(template_string, origin) 
    167165        self.name = name