From 2315114090815aed72be2b9bc936d7b6374f12fc Mon Sep 17 00:00:00 2001 From: Mattias Loverot Date: Tue, 16 Aug 2016 12:07:03 +0200 Subject: Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index e5151ebadc..7aa58e4ee7 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -25,6 +25,8 @@ details on these changes. * ``django.test.runner.setup_databases()`` will be removed. +* ``django.utils.translation.string_concat()`` will be removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3