app/django/core/template_loader.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 22 Nov 2008 11:19:20 +0000
changeset 552 cb23b3897e0c
parent 54 03e267d67478
permissions -rw-r--r--
Fixed the description on the user's role page. This broke in r1111. The new lists also removed the need for instruction_text in models/base.py. Removed an obsolete assignment in models/request.py 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 *