﻿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
13245	Document Oracle behavior regarding quoting of database table names	skoom	nobody	"I ran into an error when using Oracle and creating automatic models (for history tracking) from user created models.

My automatic model I call History<ModelName> but I want the tables to be h_<db_table>.

I access Model._meta.db_table and append a h_ to it. Because this db_table is passed in the Meta of the automatic model, it isn't being truncated when the models is created.

'''File:''' django.db.models.options

'''Line:''' 105

'''Action:''' remove one indentation level"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	oracle	Tim Graham Shai Berger	Ready for checkin	1	0	0	0	0	0
