mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Moved context_processors from django.core to django.template.
This commit is contained in:
@@ -1014,6 +1014,12 @@ Related to the previous item, referencing views as strings in the ``url()``
|
||||
function is deprecated. Pass the callable view as described in the previous
|
||||
section instead.
|
||||
|
||||
``django.core.context_processors``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Built-in template context processors have been moved to
|
||||
``django.template.context_processors``.
|
||||
|
||||
``django.test.SimpleTestCase.urls``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user