app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 04 Feb 2009 23:04:10 +0000
changeset 1214 7fb705534dd1
parent 54 03e267d67478
permissions -rw-r--r--
Include the field_id in the context of _as_table_helper This makes it possible to refer to the field that is being edited by it's ID (in for example Javascript). Patch by: "Mario Ferraro" <fadinlight@gmail.com>

# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.

from django.template.loader import *