diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2015-07-30 12:24:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-31 10:09:06 -0400 |
| commit | 1e2362ca0f2805e91204a7b005e5aed293b40c9e (patch) | |
| tree | 9e772d65e7d63f3d222f900860a81fab46376fdf /docs/ref | |
| parent | 7f0953ce1f1e263a2a74db52d70cdf278840a1d2 (diff) | |
Refs #25184 -- Started deprecation for contrib.gis.geoip.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 + </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`__. [#]_ |
