Opened 8 years ago
Closed 8 years ago
#28115 closed Bug (fixed)
geoip2 module broken with ImportError on master
Reported by: | Claude Paroz | Owned by: | Claude Paroz |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
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
The geoip2 module is currently broken because it can't import django.core.validators.ipv4_re
.
The breakage was my commit 277a4dd4b4cc2a2cad77139882f084480751a95a.
The ImportError
catching in the __init__
file is currently not specific enough to catch those failures.
Change History (4)
comment:1 by , 8 years ago
Has patch: | set |
---|
comment:2 by , 8 years ago
Summary: | geoip2 module broken on master → geoip2 module broken with ImportError on master |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR