Author: claudep Date: 2012-03-17 15:13:20 -0700 (Sat, 17 Mar 2012) New Revision: 17764
Modified: django/trunk/docs/ref/models/fields.txt Log: Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r15982). Thanks aburgel for the report. Modified: django/trunk/docs/ref/models/fields.txt =================================================================== --- django/trunk/docs/ref/models/fields.txt 2012-03-17 21:45:36 UTC (rev 17763) +++ django/trunk/docs/ref/models/fields.txt 2012-03-17 22:13:20 UTC (rev 17764) @@ -902,22 +902,7 @@ :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 =================== -- 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.
