﻿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
27953	Make default Model.__str__() more useful (such as by displaying the primary key)	Victor Porton	kapil garg	"{{{
In [4]: t
Out[4]: <Transaction: Transaction object>
}}}

For objects with a PK, it should display instead the value of PK, like this:

{{{
Out[4]: <Transaction: pk=7>
}}}

If the model has no PK, display like this:

{{{
Out[4]: <Transaction: no pk>
}}}"	Cleanup/optimization	closed	Database layer (models, ORM)	1.10	Normal	fixed			Accepted	0	0	0	0	0	0
