hi,
if you have millions of entries in a mysql table, you often want to manipulate it with a hexadecimal primary key (in practice you do a md5(name)). The queries are then much faster.
Is there a way to do this with Django? If not, the usual int primary key isn't limitating? How to specify that you want a big integer?