diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-10 13:43:21 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 182d25eb7a227206746bfa30aab13aaa34d1de84 (patch) | |
| tree | 8a438dfb1e7401dfc00773cff16fc781de648040 /docs | |
| parent | 4982958ec0c359908566fc1f34ef71297ea4337d (diff) | |
Refs #31026 -- Removed BaseForm._html_output() per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
