un33k/django-ipware

This module treats addresses like 2001:0db8:1234:: as routable

Closed this issue · 1 comments

pjsg commented

However, it gets the address string 2001:db8:1234:: correct (as not routable). This is because it does address matching using string matching without normalizing the IP address first.

un33k commented

Have a look at python-ipware and if works for you switch to it.