diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-10 13:01:14 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 4982958ec0c359908566fc1f34ef71297ea4337d (patch) | |
| tree | 01712de4c807ff259defbd8daa5421568d17142c /tests/gis_tests/admin.py | |
| parent | 2fad1632571af551d6065d7eced93ffe93a8a945 (diff) | |
Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.
Diffstat (limited to 'tests/gis_tests/admin.py')
| -rw-r--r-- | tests/gis_tests/admin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gis_tests/admin.py b/tests/gis_tests/admin.py index 2662013f78..a0fd807d44 100644 --- a/tests/gis_tests/admin.py +++ b/tests/gis_tests/admin.py @@ -4,5 +4,3 @@ except ImportError: from django.contrib import admin admin.GISModelAdmin = admin.ModelAdmin - # RemovedInDjango50Warning. - admin.OSMGeoAdmin = admin.ModelAdmin |
