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
BigIntegerField was added in changeset 11887, 2009-12-17 09:10:38 and is part of Django 1.2 and newer.