django-admin2
django-admin2 copied to clipboard
ModelAdmin2.search_fields assigned twice.
trafficstars
ModelAdmin2.search_fields assigned twice. Is it really necessary?
# ...
search_fields = ()
# ...
search_fields = []
I've removed the line (types.py):
search_fields = []
Ran the tests, and I get no error.
@douglasmiranda you are probably right, this is duplication.