diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/utils.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 55a733f376..c9fa10e0e5 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -1057,17 +1057,6 @@ functions without the ``u``. See :ref:`lazy translations documentation <lazy-translations>`. -.. function:: string_concat(*strings) - - .. deprecated:: 1.11 - - Use :meth:`django.utils.text.format_lazy` instead. - ``string_concat(*strings)`` can be replaced by - ``format_lazy('{}' * len(strings), *strings)``. - - Lazy variant of string concatenation, needed for translations that are - constructed from multiple parts. - .. function:: activate(language) Fetches the translation object for a given language and activates it as |
