mirror of
https://github.com/django/django.git
synced 2024-12-28 20:16:19 +00:00
f71f854628
git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
8 lines
180 B
Python
8 lines
180 B
Python
# This module is DEPRECATED!
|
|
#
|
|
# You should no longer be using django.core.template_loader.
|
|
#
|
|
# Use django.core.template.loader instead.
|
|
|
|
from django.core.template.loader import *
|