Refs #25184 -- Started deprecation for contrib.gis.geoip.

This commit is contained in:
Flavio Curella 2015-07-30 12:24:08 -05:00 committed by Tim Graham
parent 7f0953ce1f
commit 1e2362ca0f
5 changed files with 37 additions and 0 deletions

View file

@ -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`__. [#]_