﻿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
18085	sqllite integer is signed but django recognize as unsigned	robotr	nobody	"When making ""Writing your first Django app, part 2"", I recieve this below:


{{{
IntegrityError at /admin/

column username is not unique

Request Method: 	POST
Request URL: 	http://127.0.0.1:8000/admin/
Django Version: 	1.4
Exception Type: 	IntegrityError
Exception Value: 	

column username is not unique

Exception Location: 	D:\Python2.7.3\lib\site-packages\django\db\backends\sqlite3\base.py in execute, line 337
Python Executable: 	D:\Python2.7.3\python.exe
Python Version: 	2.7.3
Python Path: 	

['',
 'D:\\studio\\mysite',
 'D:\\studio',
 'C:\\Windows\\system32\\python27.zip',
 'D:\\Python2.7.3\\DLLs',
 'D:\\Python2.7.3\\lib',
 'D:\\Python2.7.3\\lib\\plat-win',
 'D:\\Python2.7.3\\lib\\lib-tk',
 'D:\\Python2.7.3',
 'D:\\Python2.7.3\\lib\\site-packages']

Server time: 	Sun, 8 Apr 2012 23:12:11 +0800
}}}

the superuser id is ""1"", but as django said is ""4294967296""
my superuser can not login."	Bug	closed	Documentation	1.4	Normal	worksforme	tutorial	m.r.sopacua@…	Unreviewed	0	0	0	0	0	0
