summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2023-11-30 09:51:42 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-01 08:38:42 +0100
commitb925fefd7da49e3a1ecbbba82409c655963ab6dd (patch)
tree82921f5810ede1295ce2b67e814f40fa569acfa1 /docs/internals
parent1311f82a6a2d0adf80f9962e06724cd429b1b2c6 (diff)
Deprecated django.contrib.gis.geoip2.GeoIP2.coords().
The `ordering` argument is undocumented and of limited use, so this is effectively the same as `GeoIP2.lon_lat()`.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index edda364b73..0067c8fbf5 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -64,6 +64,8 @@ details on these changes.
* The undocumented ``django.utils.itercompat.is_iterable()`` function and the
``django.utils.itercompat`` module will be removed.
+* The ``django.contrib.gis.geoip2.GeoIP2.coords()`` method will be removed.
+
.. _deprecation-removed-in-5.1:
5.1