mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy().
This commit is contained in:
parent
48c17807a9
commit
6eb4996672
6 changed files with 108 additions and 21 deletions
|
|
@ -20,6 +20,10 @@ details on these changes.
|
|||
|
||||
* ``django.utils.encoding.force_text()`` and ``smart_text()`` will be removed.
|
||||
|
||||
* ``django.utils.translation.ugettext()``, ``ugettext_lazy()``,
|
||||
``ugettext_noop()``, ``ungettext()``, and ``ungettext_lazy()`` will be
|
||||
removed.
|
||||
|
||||
.. _deprecation-removed-in-3.1:
|
||||
|
||||
3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue