|
Revision 2809, 165 bytes
(checked in by adrian, 2 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 * |
|---|