mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
This commit is contained in:
parent
13c3e5d5a0
commit
2315114090
10 changed files with 44 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue