﻿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
25257	"Changing CharField to GenericIPAddressField with PostgreSQL should use ""using field::inet"""	no	nobody	"The sql issued to postgresql when converting a CharField to a GenericIpAddress should be along the line of
{{{#!sql
ALTER TABLE table ALTER COLUMN ip_field TYPE inet USING ip_field::inet;
}}}

Instead I get an error:
django.db.utils.ProgrammingError: column ""ip"" cannot be cast automatically to type inet
HINT:  Specify a USING expression to perform the conversion.
"	New feature	closed	Migrations	dev	Normal	duplicate			Accepted	0	0	0	0	0	0
