#11474: models.XMLField doesn't work as advertised
-----------------------------------------+----------------------------------
Reporter: garrison | Owner: nobody
Status: new | Milestone: 1.3
Component: Documentation | Version: 1.0
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 |
-----------------------------------------+----------------------------------
Changes (by PaulM):
* component: Database layer (models, ORM) => Documentation
* milestone: => 1.3
Comment:
This is really a docs ticket. I'm changing the category to reflect that,
so that it'll get some attention.
#3094 will be resolved whenever it gets resolved (if ever) but in the
meantime the docs should reflect the way Django really functions
(especially for 1.1 and 1.2 where the feature will never surface).
I suggest changing
[http://docs.djangoproject.com/en/dev/ref/models/fields/#xmlfield the
relevant docs] to read something like:
{{{
A TextField for XML. Does not currently provide any validation. Takes one
optional argument:
schema_path
The filesystem path to an XML schema.
}}}
In addition to posting here, I'll try and get that ticket moving as well.
--
Ticket URL: <http://code.djangoproject.com/ticket/11474#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.