summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2011-09-10 18:04:27 +0000
committerJustin Bronn <jbronn@gmail.com>2011-09-10 18:04:27 +0000
commit05e29716b446f71eef8318f8093f0c19726ae22f (patch)
treec2c83e13e4900b718f40d6fa3230843807ce3c70 /docs/internals
parentefb832744466548ea6f86fa027ffe702baa0d9a0 (diff)
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 14004b034a..88354e1b41 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -239,6 +239,10 @@ their deprecation, as per the :ref:`deprecation policy
were deprecated since Django 1.4 and will be removed in favor
of the ``django.utils.text.Truncator`` class.
+ * The :class:`~django.contrib.gis.geoip.GeoIP` class was moved to
+ :mod:`django.contrib.gis.geoip` in 1.4 -- the shortcut in
+ :mod:`django.contrib.gis.utils` will be removed.
+
2.0
---