From 810f037b29402f848a766f6900b4ebfbaf64cc88 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 5 Jan 2021 12:27:52 +0100 Subject: Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() per deprecation timeline. --- docs/ref/utils.txt | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index f88fc7f9e7..b04e1196d4 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -248,20 +248,6 @@ The functions defined in this module share the following properties: If ``strings_only`` is ``True``, don't convert (some) non-string-like objects. -.. function:: smart_text(s, encoding='utf-8', strings_only=False, errors='strict') - - .. deprecated:: 3.0 - - Alias of :func:`force_str` for backwards compatibility, especially in code - that supports Python 2. - -.. function:: force_text(s, encoding='utf-8', strings_only=False, errors='strict') - - .. deprecated:: 3.0 - - Alias of :func:`force_str` for backwards compatibility, especially in code - that supports Python 2. - .. function:: iri_to_uri(iri) Convert an Internationalized Resource Identifier (IRI) portion to a URI -- cgit v1.3