From b925fefd7da49e3a1ecbbba82409c655963ab6dd Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 30 Nov 2023 09:51:42 +0000 Subject: Deprecated django.contrib.gis.geoip2.GeoIP2.coords(). The `ordering` argument is undocumented and of limited use, so this is effectively the same as `GeoIP2.lon_lat()`. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index edda364b73..0067c8fbf5 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -64,6 +64,8 @@ details on these changes. * The undocumented ``django.utils.itercompat.is_iterable()`` function and the ``django.utils.itercompat`` module will be removed. +* The ``django.contrib.gis.geoip2.GeoIP2.coords()`` method will be removed. + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3