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 1766,[patch] Syncdb fails if two models within an application refer to the same database table.,clelland@…,Adrian Holovaty,"If two models within a single application, or in two applications within the same project, reference the same database table (by overriding db_table in the Meta class for at least one of them,) then 'manage.py syncdb' will try to create the table twice, causing the database backend to raise an exception, and manage.py will fail. django/core/management.py is getting a list of existing tables through database introspection in order to avoid exactly this problem. Currently, however, it does not update that list as it creates tables, so if a table is mentioned twice, it will blindly try to create it twice. This patch adds one line to syncdb() in management.py to update the list of existing tables as they are created.",defect,closed,Core (Other),,normal,fixed,,,Unreviewed,1,0,0,0,0,0