diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 09:08:03 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 4104dafdf3607c259309a0edd3bfd7169d88ac18 (patch) | |
| tree | 66e80cd1074d296a1023adfcef07444aaf96bb28 /docs/ref | |
| parent | f3a2509a54e0b5513199efca5e41a5183fc097f0 (diff) | |
Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 8 |
1 files changed, 0 insertions, 8 deletions
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). |
