summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 9c44bbb840..e4164d2d34 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -1049,6 +1049,10 @@ For a complete discussion on the usage of the following see the
is ``True``. If you pass ``None`` as the language argument, a
``NullTranslations()`` instance is activated within the context.
+ .. versionchanged:: 1.8
+
+ ``override`` is now usable as a function decorator.
+
.. function:: get_language()
Returns the currently selected language code.