summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-13 09:09:40 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commit8d695bf510154317a5f748aa5e705124e8b06001 (patch)
tree455d6e36de87b22903f2307edab59a74a5a4a008 /docs
parent4104dafdf3607c259309a0edd3bfd7169d88ac18 (diff)
Removed django.contrib.gis.geoip2.GeoIP2.open() per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/geoip2.txt12
-rw-r--r--docs/releases/6.0.txt2
2 files changed, 2 insertions, 12 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt
index 89664f6b37..70f8120fc5 100644
--- a/docs/ref/contrib/gis/geoip2.txt
+++ b/docs/ref/contrib/gis/geoip2.txt
@@ -99,18 +99,6 @@ Keyword Arguments Description
Methods
=======
-Instantiating
--------------
-
-.. classmethod:: GeoIP2.open(path, cache)
-
-This classmethod instantiates the GeoIP object from the given database path
-and given cache setting.
-
-.. deprecated:: 5.1
-
- Use the :class:`GeoIP2()` constructor instead.
-
Querying
--------
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index 63401e1ac5..a3a817045f 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -307,3 +307,5 @@ to remove usage of these features.
``django.utils.itercompat`` module is removed.
* The ``django.contrib.gis.geoip2.GeoIP2.coords()`` method is removed.
+
+* The ``django.contrib.gis.geoip2.GeoIP2.open()`` method is removed.