diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2023-11-30 09:51:42 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-01 08:38:42 +0100 |
| commit | b925fefd7da49e3a1ecbbba82409c655963ab6dd (patch) | |
| tree | 82921f5810ede1295ce2b67e814f40fa569acfa1 /docs/ref | |
| parent | 1311f82a6a2d0adf80f9962e06724cd429b1b2c6 (diff) | |
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()`.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index 5468cff29d..dc735ff13e 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -133,6 +133,10 @@ Coordinate Retrieval 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). |
