class CommaSeparatedIntegerField(max_length=None, **options) [source]
Deprecated since version 1.9: This field is deprecated in favor of CharField with validators=[validate_comma_separated_integer_list].
A field of integers separated by commas. As in CharField, the max_length argument is required and the note about database portability mentioned there should be heeded.
Please login to continue.