Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline.

This commit is contained in:
Sarah Boyce 2024-12-13 09:08:03 +01:00
parent f3a2509a54
commit 4104dafdf3
4 changed files with 2 additions and 26 deletions

View file

@ -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).