﻿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
33103	I want to get the SQL through the model	Tuffy	nobody	"I have a Student Model:

{{{
class Student(models.Model):
        stu_name = models.CharField(max_length=6, unique=True)
}}}

In the views, I want the SQL to create the student table in the database.
"	Cleanup/optimization	closed	Database layer (models, ORM)	3.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
