From 31878b4d7387835c5cec5e7fc5b473b737065a58 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 11 Jan 2023 06:07:16 +0100 Subject: Refs #31026 -- Removed ability to return string when rendering ErrorDict/ErrorList. Per deprecation timeline. --- docs/ref/forms/api.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 0bb3730daa..d74fba7476 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -1015,11 +1015,6 @@ Customizing the error list format overriding the default template, see also :ref:`overriding-built-in-form-templates`. -.. deprecated:: 4.0 - - The ability to return a ``str`` when calling the ``__str__`` method is - deprecated. Use the template engine instead which returns a ``SafeString``. - More granular output ==================== -- cgit v1.3