1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-01-10 13:01:14 +01:00
parent 2fad163257
commit 4982958ec0
14 changed files with 4 additions and 608 deletions

View File

@@ -294,6 +294,9 @@ to remove usage of these features.
* ``django.db.models.functions.TruncQuarter()``
* ``django.db.models.functions.TruncYear()``
* The ``django.contrib.gis.admin.GeoModelAdmin`` and ``OSMGeoAdmin`` classes
are removed.
See :ref:`deprecated-features-4.1` for details on these changes, including how
to remove usage of these features.