--
Ticket URL: <https://code.djangoproject.com/ticket/32104>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Flavio Curella (added)
* status: new => closed
* resolution: => wontfix
Comment:
Django supports GEOIP2 databases for
[https://docs.djangoproject.com/en/3.1/ref/contrib/gis/geoip2/#module-
django.contrib.gis.geoip2 geolocation]. ASN database gives ASN associated
with the IP address so it's out of scope IMO. You should be able to
support it on your own by subclassing
`django.contrib.gis.geoip2.base.GeoIP2`.
--
Ticket URL: <https://code.djangoproject.com/ticket/32104#comment:1>