Removed an alias for ``django.template.loader`` that had been deprecated since 2005. This should only affect World Online.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7a600166a7
commit
b67ff14208
|
@ -1,7 +0,0 @@
|
||||||
# This module is DEPRECATED!
|
|
||||||
#
|
|
||||||
# You should no longer be using django.template_loader.
|
|
||||||
#
|
|
||||||
# Use django.template.loader instead.
|
|
||||||
|
|
||||||
from django.template.loader import *
|
|
|
@ -277,3 +277,10 @@ enforce protection on everything.
|
||||||
|
|
||||||
If you using PUT or DELETE methods in AJAX applications, please see the
|
If you using PUT or DELETE methods in AJAX applications, please see the
|
||||||
:ref:`instructions about using AJAX and CSRF <csrf-ajax>`.
|
:ref:`instructions about using AJAX and CSRF <csrf-ajax>`.
|
||||||
|
|
||||||
|
``django.core.template_loaders``
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
This was an alias to ``django.template.loader`` since 2005, it has been removed
|
||||||
|
without emitting a warning due to the length of the deprecation. If your code
|
||||||
|
still referenced this please use ``django.template.loader`` instead.
|
Loading…
Reference in New Issue