mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# This module is DEPRECATED!
|
||||
#
|
||||
# You should no longer be using django.core.template_loader.
|
||||
# You should no longer be using django.template_loader.
|
||||
#
|
||||
# Use django.core.template.loader instead.
|
||||
# Use django.template.loader instead.
|
||||
|
||||
from django.core.template.loader import *
|
||||
from django.template.loader import *
|
||||
|
||||
Reference in New Issue
Block a user