Opened 4 weeks ago
Last modified 4 weeks ago
#35841 closed Bug
Regression of support for DB-IP databases in django.contrib.gis.geoip2 — at Initial Version
Reported by: | Nick Pope | Owned by: | Nick Pope |
---|---|---|---|
Component: | GIS | Version: | 5.1 |
Severity: | Release blocker | Keywords: | geoip2, db-ip |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
#33442 added support for using the DB-IP Lite databases.
According to this comment this support has regressed.
Various changes were made in Django 5.1 to modernise django.contrib.gis.geoip2
and improve testing, but the support for DB-IP Lite databases was missed as there were no tests for it, likely due to the prior issues around shipping test databases that was resolved as part of those changes.
Note:
See TracTickets
for help on using tickets.