﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26269	is_valid_ipv6_address() doens't reject addresses with spaces	Nick Malakhov	nobody	"My colleague have found a case when the default validator for the GenericIPAddressField passes incorrect value which causes the DataError exception during saving the value to the database.

{{{
Exception Type: DataError at /filter/dns/add/
Exception Value: invalid input syntax for type inet: ""fe80::2000:f8ff: fe21:67cf""
LINE 1: ...""filter_dns"" (""ipaddress"", ""description"") VALUES (E'fe80::20...
}}}

The value have a space character after one of the colons: `fe80::2000:f8ff: fe21:67cf`"	Bug	closed	Core (Other)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
