Big integer field in django models

后端 未结 3 385
孤城傲影
孤城傲影 2021-01-11 09:30

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

3条回答
  •  长发绾君心
    2021-01-11 10:05

    BigIntegerField was added in changeset 11887, 2009-12-17 09:10:38 and is part of Django 1.2 and newer.

提交回复
热议问题