mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.
This commit is contained in:
@@ -1124,7 +1124,6 @@ class CharField(Field):
|
||||
return super(CharField, self).formfield(**defaults)
|
||||
|
||||
|
||||
# TODO: Maybe move this into contrib, because it's specialized.
|
||||
class CommaSeparatedIntegerField(CharField):
|
||||
default_validators = [validators.validate_comma_separated_integer_list]
|
||||
description = _("Comma-separated integers")
|
||||
|
||||
Reference in New Issue
Block a user