From 182d25eb7a227206746bfa30aab13aaa34d1de84 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 10 Jan 2023 13:43:21 +0100 Subject: Refs #31026 -- Removed BaseForm._html_output() per deprecation timeline. --- docs/releases/5.0.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt index c1d6f25088..e3c1919072 100644 --- a/docs/releases/5.0.txt +++ b/docs/releases/5.0.txt @@ -297,6 +297,8 @@ to remove usage of these features. * The ``django.contrib.gis.admin.GeoModelAdmin`` and ``OSMGeoAdmin`` classes are removed. +* The undocumented ``BaseForm._html_output()`` method is removed. + See :ref:`deprecated-features-4.1` for details on these changes, including how to remove usage of these features. -- cgit v1.3