diff options
| author | Giannis Adamopoulos <gadamopoulos@outlook.com> | 2020-12-09 19:12:56 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-17 08:56:16 +0200 |
| commit | 4555aa0a489cb9dcf764edf12339097cdfa5ff84 (patch) | |
| tree | 45862fd927ecc343590ed0827af911dd9002c266 /docs/internals | |
| parent | b5bf026813ca9aff83243f901edd722e0d60c2ea (diff) | |
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
