Kaydet (Commit) 5cc8261c authored tarafından Tim Graham's avatar Tim Graham

Removed unused AdminCommaSeparatedIntegerFieldWidget.

Unused since f212b24b.
üst 3cb63b0e
......@@ -398,11 +398,3 @@ class AdminIntegerFieldWidget(forms.TextInput):
class AdminBigIntegerFieldWidget(AdminIntegerFieldWidget):
class_name = 'vBigIntegerField'
class AdminCommaSeparatedIntegerFieldWidget(forms.TextInput):
def __init__(self, attrs=None):
final_attrs = {'class': 'vCommaSeparatedIntegerField'}
if attrs is not None:
final_attrs.update(attrs)
super(AdminCommaSeparatedIntegerFieldWidget, self).__init__(attrs=final_attrs)
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