Hi there,
I was wondering what's the best way o modify django-admin? That is, the best way to modify it and keep compatibility with future releases?
Specifically Im refering to the search_fields where using (=field) gets converted to field_iexact in the query construction when I need field_exact ?
I just to make modifications in a way that they are applicable in future releases.
Thanks, Angel