app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 05 Feb 2009 23:41:02 +0000
changeset 1226 a671f0d63562
parent 54 03e267d67478
permissions -rw-r--r--
Fix broken document access checks The 'normalized checker' syntax was used to specify the access checkers, but the normalization never happened. 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 *