﻿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
23981	Error accessing the table from an app with label changed	psnma	nobody	"I created an app and using AppConfig I changed the label to another name ('abc' to 'my_abc'). The migration was successful and the table was created with the label prefix (table 'my_abc'). But when I access the page, Django emits an error that is trying to access the table without taking into account that has changed the name of the label, it is trying to access the table ""abc"", but should access ""my_abc"".


{{{
ProgrammingError
relation ""abc"" does not exist
}}}



"	Bug	closed	Database layer (models, ORM)	1.7	Normal	worksforme	appconfig, label, model		Unreviewed	0	0	0	0	0	0
