﻿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
12	Add metasystem database-check functionality	Adrian Holovaty	Adrian Holovaty	"We should automate the checking of whether everything is properly installed in the database for a particular app. For instance, a command such as {{{django-admin.py dbcheck news}}} would:

 * Check that the package exists in the DB.
 * Check that all the permissions exist in the DB.
 * Check that there aren't any *extra* permissions in the DB that the model doesn't know about.
 * Check that all the content types exist in the DB.
 * Check that there aren't any *extra* content types in the DB for this app.
 * Check that there aren't any missing fields.
 * Check that the fields are in the correct data type."		closed	Metasystem		normal	fixed		moof@…	Unreviewed	0	0	0	0	0	0
