﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26559	Way to specify length in IntegerField	Monu Surana	nobody	"If I use '''models.IntegerField(primary_key=True)''', the SQL equivalent is '''int(11) NOT NULL''', but I wanted it as int(31) and there is no way to specify that 

But if I use '''models.IntegerField()''', without any arguments like primary_key or blank or null, the SQL equivalent is '''int(31) NOT NULL'''"	Uncategorized	closed	Database layer (models, ORM)	1.9	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
