﻿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
16546	syncdb should tell you when it's doing something unexpected	Roy Smith	nobody	"syncdb is documented that it will not alter an existing table.  This is fine, but it should at least print a warning message when you run it.  As it is, it just prints:


{{{
./manage.py syncdb
Creating tables ...
Installing custom SQL ...
Installing indexes ...
No fixtures found.
}}}


It should say something like ""WARNING: Foo model changed, you must update the database manually"".  Otherwise, people who never noticed this little nugget (or have long since forgotten it) will just have no clue why its not doing what you asked it to do."	New feature	closed	Database layer (models, ORM)	1.3	Normal	wontfix			Someday/Maybe	0	0	0	0	0	0
