From 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 May 2018 10:16:32 -0400 Subject: Removed versionadded/changed annotations for 2.0. --- docs/ref/templates/api.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/templates') 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. -- cgit v1.3