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

Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-01-05 12:27:52 +01:00
parent 88ed1c8d08
commit 810f037b29
4 changed files with 2 additions and 56 deletions

View File

@@ -249,6 +249,8 @@ to remove usage of these features.
* ``django.utils.http.urlquote()``, ``urlquote_plus()``, ``urlunquote()``, and
``urlunquote_plus()`` are removed.
* ``django.utils.encoding.force_text()`` and ``smart_text()`` are removed.
See :ref:`deprecated-features-3.1` for details on these changes, including how
to remove usage of these features.