summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-30 19:06:30 -0500
committerTim Graham <timograham@gmail.com>2016-12-30 19:13:49 -0500
commite2335deeba0ba65ac52145c8bcdc685cf603eec8 (patch)
treea426ca5ddc871f35d3b60c6908572293a073ccd1 /docs/internals
parent69b7d4b116e3b70b250c77829e11038d5d55c2a8 (diff)
Removed links to deprecated GeoIP.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 1510ca659b..1cd381f8f9 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -756,9 +756,9 @@ details on these changes.
and ``django.utils.text.truncate_html_words()`` 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.
+* The ``django.contrib.gis.geoip.GeoIP`` class was moved to
+ ``django.contrib.gis.geoip`` in 1.4 -- the shortcut in
+ ``django.contrib.gis.utils`` will be removed.
* ``django.conf.urls.defaults`` will be removed. The functions
:func:`~django.conf.urls.include`, ``patterns()`` and