From 92e8f1f30223d95c0e71ee6ace7bdc476c81abbd Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 2 Dec 2014 23:23:51 +0100 Subject: Moved context_processors from django.core to django.template. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 216aab9574..f703b958a0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -44,6 +44,8 @@ details on these changes. :class:`~django.core.management.BaseCommand` instead, which takes no arguments by default. +* ``django.core.context_processors`` module will be removed. + * ``django.db.models.sql.aggregates`` module will be removed. * ``django.contrib.gis.db.models.sql.aggregates`` module will be removed. -- cgit v1.3