Undocumented
Function | clean_ipv6_address |
Clean an IPv6 address string. |
Function | is_valid_ipv6_address |
Return whether or not the ip_str string is a valid IPv6 address. |
Clean an IPv6 address string.
Raise ValidationError if the address is invalid.
Replace the longest continuous zero-sequence with "::", remove leading zeroes, and make sure all hextets are lowercase.
Return a compressed IPv6 address or the same value.