mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Refs #25184 -- Started deprecation for contrib.gis.geoip.
This commit is contained in:
parent
7f0953ce1f
commit
1e2362ca0f
5 changed files with 37 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ Geolocation with GeoIP
|
|||
.. module:: django.contrib.gis.geoip
|
||||
:synopsis: High-level Python interface for MaxMind's GeoIP C library.
|
||||
|
||||
.. deprecated:: 1.9
|
||||
|
||||
This module is deprecated in favor of :doc:`django.contrib.gis.geoip2
|
||||
</ref/contrib/gis/geoip2>`, which supports IPv6 and the GeoLite2 database
|
||||
format.
|
||||
|
||||
The :class:`GeoIP` object is a ctypes wrapper for the
|
||||
`MaxMind GeoIP C API`__. [#]_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue