mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline.
This commit is contained in:
parent
f3a2509a54
commit
4104dafdf3
4 changed files with 2 additions and 26 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue