#35841 closed Bug (fixed)
Regression of support for DB-IP databases in django.contrib.gis.geoip2
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 (last modified by )
#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.
Regression in 40b5b1596f7505416bd30d5d7582b5a9004ea7d5.
Change History (10)
comment:1 by , 4 weeks ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 4 weeks ago
Description: | modified (diff) |
---|
comment:4 by , 4 weeks ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Accepting as I'm migrating this from the original issue (where it has been accepted) as per this comment.