From 1e2362ca0f2805e91204a7b005e5aed293b40c9e Mon Sep 17 00:00:00 2001 From: Flavio Curella Date: Thu, 30 Jul 2015 12:24:08 -0500 Subject: Refs #25184 -- Started deprecation for contrib.gis.geoip. --- docs/ref/contrib/gis/geoip.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geoip.txt b/docs/ref/contrib/gis/geoip.txt index 0fb7fde99c..efe33ebef3 100644 --- a/docs/ref/contrib/gis/geoip.txt +++ b/docs/ref/contrib/gis/geoip.txt @@ -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 + `, which supports IPv6 and the GeoLite2 database + format. + The :class:`GeoIP` object is a ctypes wrapper for the `MaxMind GeoIP C API`__. [#]_ -- cgit v1.3