Removed django.core.context_processors per deprecation timeline.
This commit is contained in:
parent
b4002a2143
commit
54fd769eb4
|
@ -1,9 +0,0 @@
|
||||||
import warnings
|
|
||||||
|
|
||||||
from django.template.context_processors import * # NOQA
|
|
||||||
from django.utils.deprecation import RemovedInDjango110Warning
|
|
||||||
|
|
||||||
warnings.warn(
|
|
||||||
"django.core.context_processors is deprecated in favor of "
|
|
||||||
"django.template.context_processors.",
|
|
||||||
RemovedInDjango110Warning, stacklevel=2)
|
|
Loading…
Reference in New Issue