Loading django/core/context_processors.pydeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line 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
django/core/context_processors.pydeleted 100644 → 0 +0 −9 Original line number Diff line number Diff line 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)