app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Feb 2009 20:14:17 +0000
changeset 1282 005be2cf889d
parent 54 03e267d67478
permissions -rw-r--r--
Do not attempt to render a field if it is disabled This is required to make it possible to disable fields dynamically. Patch by: Sverre Rabbelier

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

from django.template.loader import *