﻿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
31434	Enhancement in the default __str__() function.	Chinmoy	Chinmoy	"The default  `__str__()` function provides a rather impractical output and almost every time the developer has to change it to get the summary of the model. I suggest a more elaborate default `__str__()` function which outputs the field names with their datatypes(A skeletal schema). Maybe it could also print the complete data with the field name and their values?
This is an example of what it could output.

{{{
<QuerySet [
<Question: (<django.db.models.fields.AutoField: id>, <django.db.models.fields.CharField: question_text>, <django.db.models.fields.DateTimeField: pub_date>) object (1)>  ]>
}}}

"	New feature	closed	Database layer (models, ORM)	3.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
