Commit f13328f7 authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from...

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
parent 1ff9be11
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -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`, 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
===================