app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 22 Sep 2009 13:07:27 +0200
changeset 2968 7ba28890eb75
parent 54 03e267d67478
permissions -rw-r--r--
Prevent modification of key fields Only non-id-based entities are affected as id-based entities do not have any un-modificable fields.

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

from django.template.loader import *