From eeb0bb63795f7500156abaed2a94aae681a9fc4a Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 22 Apr 2022 11:36:27 +0200 Subject: Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget. --- docs/internals/deprecation.txt | 2 ++ docs/releases/4.1.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index eb6d7f7b2f..903f2f7161 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -101,6 +101,8 @@ details on these changes. ``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` will no longer be allowed. +* The ``django.contrib.gis.admin.OpenLayersWidget`` will be removed. + .. _deprecation-removed-in-4.1: 4.1 diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 2c01efbfdd..0de527447b 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -610,6 +610,8 @@ Miscellaneous or pass the form/formset object directly instead. +* The undocumented ``django.contrib.gis.admin.OpenLayersWidget`` is deprecated. + Features removed in 4.1 ======================= -- cgit v1.3