mirror of
https://github.com/Hopiu/django.git
synced 2026-04-27 02:04:49 +00:00
Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.
This commit is contained in:
parent
064d4b1cb0
commit
0e925de245
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue