app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 06 Dec 2008 21:05:17 +0000
changeset 688 125cad9596da
parent 54 03e267d67478
permissions -rw-r--r--
Changed generic_name to group_label in models/program.py. Also I've updated the comments and help text to explain the meaning of this field. Patch 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 *