`ModelAdmin2.search_fields` assigned twice. Is it really necessary? ``` python # ... search_fields = () # ... search_fields = [] ``` I've removed the line (types.py): ``` python search_fields = [] ``` Ran the tests, and I get no error.
ModelAdmin2.search_fieldsassigned twice. Is it really necessary?I've removed the line (types.py):
Ran the tests, and I get no error.