I know that Django automatically generates indexes for foreign keys unless we define the field with db_index=False.
I have read it in django doc
But I don't know if it is possible to choose the index name, or how django chooses it.
It's always something like "tablename_xxxxxx".
"xxxxx" are like random characters?
EDITED: I've discovered that "xxxx" is some codification from the model field name, but I still don't know whether we can choose an explicit name