Is there a limit to the AutoField in a Django model or the database back-ends?
The Django project I am working on could potentially see a lot of objects in certain database tables which would be in excess of 40000 within a short amount of time.
I am using Sqlite for dev and Postgresql for production.
bigserial(9 223 372 036 854 775 807) if needed. – mu is too short Aug 28 '12 at 2:27