From 87d2240e6cc594a3bf28dfdb2ec023c54fb76ff7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 2 Sep 2017 19:54:21 -0400 Subject: Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline. --- docs/ref/utils.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs/ref') 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 `. -.. 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 -- cgit v1.3