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()`.
This commit is contained in:
Nick Pope 2023-11-30 09:51:42 +00:00 committed by Mariusz Felisiak
parent 1311f82a6a
commit b925fefd7d
5 changed files with 25 additions and 3 deletions

View file

@ -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