mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b921f1bac0
commit
d1290b5b43
8 changed files with 44 additions and 25 deletions
|
@ -106,9 +106,6 @@ the full list of conversions:
|
|||
|
||||
``URLField`` ``URLField`` with ``verify_exists`` set
|
||||
to the model field's ``verify_exists``
|
||||
|
||||
``XMLField`` ``CharField`` with
|
||||
``widget=forms.Textarea``
|
||||
=============================== ========================================
|
||||
|
||||
.. versionadded:: 1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue