From 4104dafdf3607c259309a0edd3bfd7169d88ac18 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:08:03 +0100 Subject: Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline. --- docs/ref/contrib/gis/geoip2.txt | 8 -------- docs/releases/6.0.txt | 2 ++ 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index 2d0fafa8ef..89664f6b37 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -141,14 +141,6 @@ Returns the country name corresponding to the query. Coordinate Retrieval -------------------- -.. method:: GeoIP2.coords(query) - -Returns a coordinate tuple of (longitude, latitude). - -.. deprecated:: 5.1 - - Use :meth:`.GeoIP2.lon_lat` instead. - .. method:: GeoIP2.lon_lat(query) Returns a coordinate tuple of (longitude, latitude). diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 5871f09e7b..63401e1ac5 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -305,3 +305,5 @@ to remove usage of these features. * The undocumented ``django.utils.itercompat.is_iterable()`` function and the ``django.utils.itercompat`` module is removed. + +* The ``django.contrib.gis.geoip2.GeoIP2.coords()`` method is removed. -- cgit v1.3