1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-01-05 12:45:08 +01:00
parent 810f037b29
commit 52a238ddf2
4 changed files with 4 additions and 115 deletions

View File

@@ -251,6 +251,9 @@ to remove usage of these features.
* ``django.utils.encoding.force_text()`` and ``smart_text()`` are removed.
* ``django.utils.translation.ugettext()``, ``ugettext_lazy()``,
``ugettext_noop()``, ``ungettext()``, and ``ungettext_lazy()`` are removed.
See :ref:`deprecated-features-3.1` for details on these changes, including how
to remove usage of these features.