Django

Code

Show
Ignore:
Timestamp:
05/01/06 20:31:56 (3 years ago)
Author:
adrian
Message:

MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/core/template_loader.py

    r867 r2809  
    11# This module is DEPRECATED! 
    22# 
    3 # You should no longer be using django.core.template_loader. 
     3# You should no longer be using django.template_loader. 
    44# 
    5 # Use django.core.template.loader instead. 
     5# Use django.template.loader instead. 
    66 
    7 from django.core.template.loader import * 
     7from django.template.loader import *