app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 14 Aug 2009 10:21:09 -0700
changeset 2774 14b51b124ccb
parent 54 03e267d67478
permissions -rw-r--r--
Fixed call to get QueryForFields due to changes in r0548101922. The order argument was given as ancestor instead of order.

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

from django.template.loader import *