Kaydet (Commit) 0e925de2 authored tarafından Tim Graham's avatar Tim Graham

Removed obsolete TODO about moving CommaSeparatedIntegerField into contrib.

üst 064d4b1c
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment