1
0
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:
Adrian Holovaty
2006-05-02 01:31:56 +00:00
parent d5dbeaa9be
commit f69cf70ed8
366 changed files with 17833 additions and 11199 deletions

View File

@@ -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 *