1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #31026 -- Removed BaseForm._html_output() per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-01-10 13:43:21 +01:00
parent 4982958ec0
commit 182d25eb7a
3 changed files with 3 additions and 228 deletions

View File

@@ -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.