mirror of
https://github.com/django/django.git
synced 2024-12-25 18:46:22 +00:00
f69cf70ed8
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
8 lines
165 B
Python
8 lines
165 B
Python
# This module is DEPRECATED!
|
|
#
|
|
# You should no longer be using django.template_loader.
|
|
#
|
|
# Use django.template.loader instead.
|
|
|
|
from django.template.loader import *
|