diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-02-05 19:45:26 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-08 10:05:53 -0500 |
| commit | 6eb4996672ca5ccaba20e468d91a83d1cd019801 (patch) | |
| tree | 659dc13499058e3e6776033d9bc846964e7c668c /docs/internals | |
| parent | 48c17807a99f7a4341c74db19e16a37b010827c2 (diff) | |
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 4f9296bce8..27dafd7b96 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
