diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2021-04-05 01:24:52 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-05 08:21:19 +0100 |
| commit | 07f9f9960c477c7f60a5f3f243a0f404a56b1121 (patch) | |
| tree | f02201070b37ef451994746b85ceabcd9888c3e9 /docs/ref | |
| parent | 464af0975cac6abc46b3e5c3305194c958fc465b (diff) | |
Deprecated django.contrib.gis.geoip2.GeoIP2.open().
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 -------- |
