mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.10.x] Removed links to deprecated GeoIP.
Backport of e2335deeba
from master
This commit is contained in:
parent
4a6dc71cae
commit
637f774952
2 changed files with 5 additions and 5 deletions
|
@ -709,9 +709,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue