1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Removed an alias for `django.template.loader` that had been deprecated since 2005. This should only affect World Online.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor
2011-06-07 21:17:41 +00:00
parent 7a600166a7
commit b67ff14208
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.
from django.template.loader import *