app/django/core/template_loader.py
author Daniel Diniz <ajaksu@gmail.com>
Sat, 04 Jul 2009 17:23:19 +0200
changeset 2539 dd0322a37e44
parent 54 03e267d67478
permissions -rw-r--r--
Ensure that long questions and comments are stored as db.Text. This is done by adding the setCleaners methods which sets the appropriate cleaners for dynamic fields. Reviewed by: Lennard de Rijk

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

from django.template.loader import *