The `ImportError` catching in the `__init__` file is currently not
specific enough to catch those failures.
--
Ticket URL: <https://code.djangoproject.com/ticket/28115>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8391 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28115#comment:1>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/28115#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"3f1ba76851e1dc140d4544fa50a463425be197b2" 3f1ba768]:
{{{
#!CommitTicketReference repository=""
revision="3f1ba76851e1dc140d4544fa50a463425be197b2"
Fixed #28115 -- Fixed IP address validation in geoip2 module
Regression in 277a4dd4b4cc2a2cad77139882f084480751a95a.
Thanks Tim Graham for the test.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28115#comment:4>
Comment (by Claude Paroz <claude@…>):
In [changeset:"257075d4adf9ce0fae8ca1ec3c680dc071fa5a72" 257075d4]:
{{{
#!CommitTicketReference repository=""
revision="257075d4adf9ce0fae8ca1ec3c680dc071fa5a72"
Refs #28115 -- Avoided masking legitimate ImportErrors in geoip2 module
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28115#comment:3>