﻿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
388	Prefix for django table names	Brendan O'Connor <brenocon@…>	Adrian Holovaty	"It's mentioned at http://www.djangoproject.com/documentation/legacy_databases/ you can't change the names of the django tables in the database.

Proposal: use a prefix, like ""_dj_"", for all those tables.  So you'd have in the database:

_dj_sites
_dj_packages
_dj_content_types

etc.

This would make browsing your schema easier, since your application-specific schemas wouldn't be interspersed with django-specific metasystem tables in an alphabetical listing.  It would also make migrating from legacy databases easier, or interoperation with non-django systems, or indeed any operation that requires direct use of the DB."	enhancement	closed	Metasystem		normal	wontfix			Unreviewed	0	0	0	0	0	0
