﻿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
11180	django.contrib.comments/django.contrib.sites/django.contrib.admin don't cooperate on site_id	jl6	nobody	"I'm not certain what the underlying cause of this issue is, or whether the summary above is an accurate diagnosis, but this is what happens:

1. Install django.contrib.sites
2. Create a Site.
3. Delete it.
4. Install django.contrib.comments
5. Leave a comment using a comment form.
6. The comments don't show up in the admin.

I noticed that each comment was given site_id ""1"", even though that site had been deleted. Adding a new site, and changing its id directly in the database, was enough to ""solve"" this (i.e. the comments now show up in the admin)."		closed	contrib.comments	dev		invalid			Unreviewed	0	0	0	0	0	0
