﻿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
10062	inspectdb could use random field to inspect table	Phoebe Bright	nobody	"Currently uses the first record SELECT * FROM %s LIMIT 1
If there is bad data in the first record it can fail
eg. Warning: Incorrect datetime value: '11437866' for function str_to_time
I know this is really a problem with the database and could potentially be confusing and slow - but how about picking a random record.

SELECT * FROM %s ORDER BY RAND() LIMIT 1"		closed	django-admin.py inspectdb	1.0		wontfix			Unreviewed	0	0	0	0	0	0
