From 4fcba800b84fc5fb53cdc70e4bea37ec958516fd Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 12 Aug 2022 12:18:51 +0200 Subject: Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index ff10c9de5a..a5b76c13ab 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -32,6 +32,9 @@ details on these changes. * The ``django.contrib.postgres.fields.CIText`` mixin will be removed. +* The ``map_width`` and ``map_height`` attributes of ``BaseGeometryWidget`` + will be removed. + .. _deprecation-removed-in-5.0: 5.0 -- cgit v1.3