﻿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
1436	"[magic-removal] [patch] django-admin.py error messages always refer to app with name ""models"""	Antti Kaihola	Adrian Holovaty	"Below the word ""models"" should of course be ""myapp"".

{{{
$ ./manage.py install myapp
Error: models couldn't be installed. Possible reasons:
  * The database isn't running or isn't configured correctly.
  * At least one of the database tables already exists.
  * The SQL was invalid.
Hint: Look at the output of 'django-admin.py sqlall models'. That's the SQL this command wasn't able to run.
The full error: ERROR:  relation ""myapp_mymodel_id_seq"" already exists
}}}"	defect	closed	Core (Management commands)		minor	fixed			Ready for checkin	1	0	0	0	0	0
