From 4555aa0a489cb9dcf764edf12339097cdfa5ff84 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Wed, 9 Dec 2020 19:12:56 +0200 Subject: Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin. Co-authored-by: Mariusz Felisiak --- 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 09be9e66e4..23af7315dd 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -54,6 +54,9 @@ details on these changes. * ``django.db.models.functions.TruncQuarter()`` * ``django.db.models.functions.TruncYear()`` +* The ``django.contrib.gis.admin.GeoModelAdmin`` and ``OSMGeoAdmin`` classes + will be removed. + .. _deprecation-removed-in-4.1: 4.1 -- cgit v1.3