summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-05-17 10:16:32 -0400
committerTim Graham <timograham@gmail.com>2018-05-17 11:00:10 -0400
commit7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch)
tree98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/templates
parent1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff)
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/templates')
-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.