Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified coordinate retrieval routines for GeoIP2. #17552

Merged
merged 2 commits into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. Simplified coordinate retrieval routines for GeoIP2.

    Also removed dead code checking for ``None`` as ``GeoIP2.city()` cannot
    return ``None``.
    ngnpope authored and felixxm committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1311f82 View commit details
    Browse the repository at this point in the history
  2. 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()`.
    ngnpope authored and felixxm committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b925fef View commit details
    Browse the repository at this point in the history