app/django/core/template_loader.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 02 Apr 2009 23:05:56 +0000
changeset 2058 773b13d86309
parent 54 03e267d67478
permissions -rw-r--r--
Add dateFetch This way it's possible to incrementally fetch new or modified entities given a certain base set. 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 *