mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
This commit is contained in:
parent
3bb6a4390c
commit
d55e882927
5 changed files with 54 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue