﻿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
4585	XMLField in PostgreSQL	BleSS	Adrian Holovaty	"I've seen that XMLField is really a TextField that checks if is valid XML:[[BR]]
http://www.djangoproject.com/documentation/model-api/#xmlfield

But PostgreSql has already a type designed for XML:[[BR]]
http://developer.postgresql.org/pgdocs/postgres/datatype-xml.html [[BR]]
http://developer.postgresql.org/pgdocs/postgres/functions-xml.html

and I think that the PostgreSQL backend would more powerfull if could use that type directly.

http://code.djangoproject.com/browser/django/trunk/django/db/backends/postgresql_psycopg2/introspection.py#L70 [[BR]]
http://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py#L943
"		closed	Database layer (models, ORM)	dev		wontfix	postgresql xmlfield	gajon@… adurdin@…	Unreviewed	0	0	0	0	0	0
