In short: How do you specify a BIGINT in Django models?
In a current project I am doing using Django (0.97-svn release), I\'ve all the integer fields in all the mode
Try a DecimalField.