Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().

This commit is contained in:
Mattias Loverot 2016-08-16 12:07:03 +02:00 committed by Tim Graham
parent 13c3e5d5a0
commit 2315114090
10 changed files with 44 additions and 20 deletions

View file

@ -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