Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().

This commit is contained in:
Tim Graham 2019-02-05 09:19:49 -05:00
parent 3bb6a4390c
commit d55e882927
5 changed files with 54 additions and 2 deletions

View file

@ -18,6 +18,8 @@ details on these changes.
* ``django.utils.http.urlquote()``, ``urlquote_plus()``, ``urlunquote()``, and
``urlunquote_plus()`` will be removed.
* ``django.utils.encoding.force_text()`` and ``smart_text()`` will be removed.
.. _deprecation-removed-in-3.1:
3.1