mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
This commit is contained in:
parent
bc3540ce2c
commit
bcf3532ede
22 changed files with 48 additions and 139 deletions
|
|
@ -480,21 +480,6 @@ The default form widget for this field is a :class:`~django.forms.TextInput`.
|
|||
of. Refer to the :ref:`MySQL database notes <mysql-collation>` for
|
||||
details.
|
||||
|
||||
``CommaSeparatedIntegerField``
|
||||
------------------------------
|
||||
|
||||
.. class:: CommaSeparatedIntegerField(max_length=None, **options)
|
||||
|
||||
.. deprecated:: 1.9
|
||||
|
||||
This field is deprecated in favor of :class:`~django.db.models.CharField`
|
||||
with ``validators=[``\ :func:`validate_comma_separated_integer_list
|
||||
<django.core.validators.validate_comma_separated_integer_list>`\ ``]``.
|
||||
|
||||
A field of integers separated by commas. As in :class:`CharField`, the
|
||||
:attr:`~CharField.max_length` argument is required and the note about database
|
||||
portability mentioned there should be heeded.
|
||||
|
||||
``DateField``
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue