﻿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
1174	admin is flaky - it should work even with errors.	rz_django@…	Adrian Holovaty	"Anytime the database gets corrupted, which appears to be surprisingly easy in django, there's no way to get at delete and modification features in the admin interface as it will generally bomb too. Hence, the only way to fix it is to either wipe the dbase and start all over (acceptable in development phase but obviously a no go in a production environment) or to manually boot up sqlite3 or whatever other direct db access tool applies and craft an SQL statement by hand to delete the corrupted data.

The admin interface should be there specifically FOR such problems. The fact that it bombs out at the first sign of trouble is obviously not good.

Specific cases of db corruption are listed in separate tickets."	enhancement	closed	Template system	0.90	trivial	invalid			Design decision needed	0	0	0	0	0	0
