summaryrefslogtreecommitdiff
path: root/docs/ref/templates/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/templates/api.txt')
-rw-r--r--docs/ref/templates/api.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt
index 6ce34b0b20..986e7e9361 100644
--- a/docs/ref/templates/api.txt
+++ b/docs/ref/templates/api.txt
@@ -149,12 +149,6 @@ what's passed by :class:`~django.template.backends.django.DjangoTemplates`.
It's required for preserving APIs that rely on a globally available,
implicitly configured engine. Any other use is strongly discouraged.
- .. versionchanged:: 2.0
-
- In older versions, raises
- :exc:`~django.core.exceptions.ImproperlyConfigured` if multiple
- engines are configured rather than returning the first engine.
-
.. method:: Engine.from_string(template_code)
Compiles the given template code and returns a :class:`Template` object.