From 07f9f9960c477c7f60a5f3f243a0f404a56b1121 Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Mon, 5 Apr 2021 01:24:52 +0100 Subject: Deprecated django.contrib.gis.geoip2.GeoIP2.open(). --- docs/ref/contrib/gis/geoip2.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index dc735ff13e..aca31bf78b 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -100,6 +100,10 @@ Instantiating 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 -------- -- cgit v1.3