diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/ref/templates | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/api.txt | 6 |
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. |
