diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 19:54:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 12:51:17 -0400 |
| commit | 87d2240e6cc594a3bf28dfdb2ec023c54fb76ff7 (patch) | |
| tree | cd65911ca3f88660455989bed8634eef1a4fc484 /docs/ref/utils.txt | |
| parent | 9463a7a8cdffc21b38c469e882b2763c2d290fe2 (diff) | |
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline.
Diffstat (limited to 'docs/ref/utils.txt')
| -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 |
