Django

Code

root/django/branches/gis/django/core/template_loader.py

Revision 2809, 165 bytes (checked in by adrian, 3 years ago)

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedRevision
Line 
1 # This module is DEPRECATED!
2 #
3 # You should no longer be using django.template_loader.
4 #
5 # Use django.template.loader instead.
6
7 from django.template.loader import *
Note: See TracBrowser for help on using the browser.