﻿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
12054	Comments: Data truncated for column 'ip_address' when using IPv6	Kenneth Falck	nobody	"The contrib.comments system creates the django_comments.ip_address field as a char(15), which doesn't fit an IPv6 REMOTE_ADDR. Entering a comment causes the MySQL error ""Data truncated for column 'ip_address'.""

I believe IPv6 needs at least 39 characters to store any IP address. After manually modifying the field length in MySQL, the comment system works again.
"		closed	contrib.comments	1.1		wontfix	comments ipv6 address		Unreviewed	0	0	0	0	0	0
