diff --git a/django/core/template_loader.py b/django/core/template_loader.py deleted file mode 100644 index ee86178cc1..0000000000 --- a/django/core/template_loader.py +++ /dev/null @@ -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 * diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index d0c02b0036..bddb15cd3e 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -277,3 +277,10 @@ enforce protection on everything. If you using PUT or DELETE methods in AJAX applications, please see the :ref:`instructions about using AJAX and CSRF `. + +``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. \ No newline at end of file