﻿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
26453	SITE_ID should start from 1, not 0	Yaroslav Nikitenko	nobody	"I had a problem with migrations when I set SITE_ID to 0. 
In the [https://docs.djangoproject.com/en/1.9/ref/settings/#std:setting-SITE_ID documentation] I read that it should be integer, so I thought 0 would be fine.
I had the following error: 
ValueError: The database backend does not accept 0 as a value for AutoField.
I suggest writing in the documentation that it should start from 1. The same problem is in the documentation for django 1.9."	Cleanup/optimization	closed	Documentation	1.8	Normal	wontfix	SITE_ID, sites		Unreviewed	1	0	0	0	1	0
