Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r15982). Thanks aburgel for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1ff9be1144
commit
f13328f776
|
@ -902,21 +902,6 @@ Like all :class:`CharField` subclasses, :class:`URLField` takes the optional
|
||||||
:attr:`~CharField.max_length`argument. If you don't specify
|
:attr:`~CharField.max_length`argument. If you don't specify
|
||||||
:attr:`~CharField.max_length`, a default of 200 is used.
|
:attr:`~CharField.max_length`, a default of 200 is used.
|
||||||
|
|
||||||
``XMLField``
|
|
||||||
------------
|
|
||||||
|
|
||||||
.. deprecated:: 1.3
|
|
||||||
``XMLField`` is deprecated. Use TextField instead.
|
|
||||||
|
|
||||||
.. class:: XMLField(schema_path=None, [**options])
|
|
||||||
|
|
||||||
A :class:`TextField` that stores XML data and a path to a schema. Takes one
|
|
||||||
optional argument:
|
|
||||||
|
|
||||||
.. attribute:: schema_path
|
|
||||||
|
|
||||||
The filesystem path to a schema for the field.
|
|
||||||
|
|
||||||
|
|
||||||
Relationship fields
|
Relationship fields
|
||||||
===================
|
===================
|
||||||
|
|
Loading…
Reference in New Issue