Re: Error accessing the table from an app with label changed

2014-12-11 Thread Tim Graham
I guess this is your ticket here: https://code.djangoproject.com/ticket/23981 I couldn't reproduce the issue so please provide more details. On Wednesday, December 10, 2014 2:19:41 PM UTC-5, Paulo Maciel wrote: > > I put in *db_table* the table name with the new label prefix and it > works, it

Re: Error accessing the table from an app with label changed

2014-12-10 Thread Paulo Maciel
I put in *db_table* the table name with the new label prefix and it works, it would be better to automatically identify the new name label created by AppConfig. This seems to be a bug Em quarta-feira, 10 de dezembro de 2014 17h07min15s UTC-2, Paulo Maciel escreveu: > > I created an app and usin

Error accessing the table from an app with label changed

2014-12-10 Thread Paulo Maciel
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. But when I access the page, Django emits an error that is trying to access the table without taking into account that has chang